Hi @uwethwp, Please select Homepage template from page attribute to hide the page title and for other page you will have to apply css for that..if you want to hide title from other page so please let me know..
Hi again,
My site is coming along nice. I almost figured everything …but 🙂
The theme does not have a option to change the color of the links when the mouse go over.
I want to change the color of the titlebar menu to green when highlighted and i do not know how.
I can change the background color and etc . The accent will change the under line and a lot of other things in mobile header etc. i wish it was breakdown in more options. i only want to change the main menu link hover link value to green.
See attachment.
Hi @ggoaga
You can use following css
replace #54ae68 with your desired color hex code.
.main-navigation .nav-menu > li:hover, .main-navigation div > ul > .current-menu-item > a, .main-navigation div > ul > .current-menu-ancestor > a {
box-shadow: 0 -2px 0 #54ae68 inset;
background-color: #54ae68;
}
Let me know if it is working fine for your, i will close this thread after your response. Feel free to create new thread for any further queries.
Regards
Varun Dubey
Thanks a lot.
I also have two more issues:
1. Global Search AutoSuggest stop working ?? http://www.grapey.com/
2. The height of this green buttons that your script create is so big. Can I make it smaller? Or I can make the whole header thinner?
Thanks a lot