BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › is this theme working ?????
Tagged: become a vendor, registration
- This topic has 21 replies, 5 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
March 10, 2016 at 4:29 pm #62449@
AnonymousHi @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..
Regards
Answers
March 17, 2016 at 8:02 am #63602@ggoagaHi 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.March 17, 2016 at 8:29 am #63612@
AnonymousHi @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 DubeyMarch 17, 2016 at 9:03 am #63627@ggoagaThanks 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 lotMarch 18, 2016 at 4:08 am #63766@
AnonymousHi @ggoaga,
CloudFlare plugin was occurring error with the script of Global Search plugin..
If you just want to change the color on mouse hover please remove the earlier code and add this one:
.main-navigation li a:hover { color: #54ae68 !important; }
Regards
March 18, 2016 at 8:41 am #63828@ggoaga@pallavi Thanks a lot
March 19, 2016 at 3:42 am #63985@
AnonymousAnytime 🙂
- The question ‘is this theme working ?????’ is closed to new replies.