1) Not clear but I assume you want the header to disappear when you scroll up rather than sticking to the viewable top part of the page
#mainnav .fixed-menu {
position: initial !important;
}
2)
.menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-parent > a {
background: transparent;
}
3) Not clear but I assume you are referring to the ^ at the bottom of the page to send you back to the top
a#backtop:before {
color: #000;
}
Put those codes into your custom css
Hi,
1) Deselect persistent header navigation menu option from theme options general setting for remove header feature.
2) Replace following CSS code
.menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-parent > a{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);}
at line no 318 in style.css file.
3) Replace black drop-arrow.png file in images folder with white drop-arrow.png file.
Let us know if you have any issue.
Best,
Gunjan
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
2) Replace following CSS code
Oh gosh no, do not do that.
*Jan looks for coffee on the train, finds none*
This sure comes up a lot lately.
Please do not recommend that other members edit the theme directly. That’s bad advice because when the theme gets updated the member will lose all of their edits. When that happens users tend to get upset.
Instead if the theme supports custom CSS use that as salsaturation suggests or create a and activate a child theme.
http://codex.ww.wp.xz.cn/Child_Themes
Or if the theme doesn’t support custom CSS (I’ve not looked) then try a custom CSS plugin.
http://ww.wp.xz.cn/plugins/search.php?q=custom+CSS
That way the member’s edits will be safe and the theme can be updated.
Thread Starter
df
(@peiiep)
thank you everybody’s help
Don’t forget to mark the ticket as resolved and if possible write don your solution incase it can be of help to someone else
Thread Starter
df
(@peiiep)
1) Not clear but I assume you want the header to disappear when you scroll up rather than sticking to the viewable top part of the page
#mainnav .fixed-menu {
position: initial !important;
}
2)
.menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-parent > a {
background: transparent;
}
3) Replace black drop-arrow.png file in images folder with white drop-arrow.png file.
Works perfect.
And thanks for recommend the custom css plug-in. Easier and don’t have to worry about break the code anymore, before I always have to copy the css, just in case I delete or did something to break other stuff.
Great plug in
Thanks – please mark thicket as resolved