-
Author
-
September 30, 2014 at 23:32 #30280amitcrisParticipant
Hi.
when i saw your demo,, and go to bottom… “buy theme” item from menu get highlight..
how can i point 1 item highlighted?
Attachments:
You must be logged in to view attached files.October 1, 2014 at 00:28 #30282sharmstrModeratortry adding btn-default to the css for the menu item in appearance -> menus
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 28, 2014 at 17:53 #36964musactParticipantI would like to add this same feature, and I don’t understand your reply. Could you be more specific about where to add the code? (newb)
Thanks.November 30, 2014 at 19:41 #37135sharmstrModeratorwp admin – appearance – menu
go to the menu item that you want to highlight and add one of the following to the CSS Classes field
btn-highlight (this is the one in the example image above)
btn-default
btn-primaryHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.December 2, 2014 at 18:50 #37351musactParticipantThanks!
That does highlight it, but how do you get it to be highlighted only when someone scrolls down the page?December 2, 2014 at 19:42 #37357sharmstrModeratorTry adding this to your css
COPY CODE.navbar-nav .btn-highlight { background-color: #fff; } .header-scrolled .btn-highlight { background-color: #00b9f7 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.