Hi there,
how can I change the symbol of the extra menü (button is shown right of the navigation)? At the moment there`s a triangle symbol (pointing downwards).
I want to display a questionmark symbol (because the menu links to question & answer page).
Best regards,
Thomas
To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css. (E.g: use icon size 40x40px)
.select-page .dropdown-toggle span {
background: url('FILE URL');
border: none;
height: 40px;
width: 40px;
}
.select-page .dropdown-toggle {
border: none;
}
Note: Please add your icon image to the Media then copy FIle URL on the right hand side and change here: FILE URL
Great Solution! Thank you very much Dominic, it works fine! 🙂
Link to a screenshot: http://printshopmail.de/wp-content/uploads/2014/06/nav.jpg
Please login or Register to submit your answer