This topic has 5 replies, 3 voices, and was last updated 9 years by sharmstr.

  • Author
  • #30280
     amitcris
    Participant

    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.
    #30282
     sharmstr
    Moderator

    try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #36964
     musact
    Participant

    I 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.

    #37135
     sharmstr
    Moderator

    wp 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-primary

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This 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.
    #37351
     musact
    Participant

    Thanks!
    That does highlight it, but how do you get it to be highlighted only when someone scrolls down the page?

    #37357
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?