This topic has 3 replies, 2 voices, and was last updated 9 years by burumer.

  • Author
  • #47802
     burumer
    Participant

    Is it possible to move active bar from top of the menu to the bottom of the menu?

    Attachments:
    You must be logged in to view attached files.
    #47806
     sharmstr
    Moderator
    COPY CODE
    
    
    .kleo-main-header .nav > li.active > a {
    box-shadow: inset 0px -2px 0px 0px #00b9f7;
    }
    
    
    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

    #47807
     sharmstr
    Moderator

    and for the hover

    COPY CODE
    
    
    .kleo-main-header .nav > li > a:hover {
    box-shadow: inset 0px -2px 0px 0px #e5e5e5;
    }
    
    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

    #47809
     burumer
    Participant

    Great~~~

    Thanks so much

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

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

Log in with your credentials

Forgot your details?