Tagged: cornerstone
-
AuthorPosts
-
June 23, 2016 at 5:28 am #1056078
Hi!
Working on a small client side for Smartphone. Didnt can find the option to change the colour and hover for the burger button on mobile. can only change the background ccolour for navbar. whant to have background white and burgerbutton grey.
can u help?additional i like to remove these small boxes around the text inside of the navigation. (text background boxes on mobile menu).
http://monkeeplatez.com/af-mobile/
WP: 4.5.3; XTheme: 4.5.2
thanks a lot!
best
alexJune 23, 2016 at 7:23 am #1056220Hey Alex,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
June 23, 2016 at 10:49 am #1056519This reply has been marked as private.June 23, 2016 at 1:42 pm #1056773Hi Alex,
Please add the following code to Appereance Customizer Custom CSS
Adjust grey to your desired color, you also can use hexadecimal like #ffffff
.x-btn-navbar.collapsed:hover { color: grey; } .x-btn-navbar { color: grey; } .x-btn-navbar:hover { color: grey; }
If you whant change the color of the navbar, please add the following code:
.x-navbar-inner { background-color: white; }
Hope that helps,
Joao
June 23, 2016 at 4:59 pm #1057066hey! and how i can remove these boxes behind the text?
thanks a lot!June 23, 2016 at 5:07 pm #1057076and sorry the only colour is working is the hover in black. the burger button is still white so u cant see him…
June 23, 2016 at 10:55 pm #1057529Hi There,
The hover color is grey when I check. See this:http://screencast-o-matic.com/watch/cD1ZeLiZOO
Please clarify so we can help you better. -
AuthorPosts