Fashion Trend

Home Forums All Other Themes Fashion Trend

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126299
    Zainab GurkaZainab Gurka
    Participant
    • Topics: 101
    • Replies: 91
    • Total: 192
    Member since: November 14, 2016

    Hello SKT Team,

    I am working on http://www.rajaircon.noordigital.in/
    Want help to change the Navigation style …presently on hover menu changes the color….but we want to have just a different color line on hover like it is there in www.flaktgroup.com

    Hope I will get help…

    Regards
    Zainab

    #126331
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    #topmenu ul li.current-menu-item a:link { background-color:transparent !important; border-bottom:3px solid #b592c3;}

    Regards,
    Chris

    #126370
    Zainab GurkaZainab Gurka
    Participant
    • Topics: 101
    • Replies: 91
    • Total: 192
    Member since: November 14, 2016

    Thanks for your reply…
    Actually the effect was given on only link linked but I want the solid line on hover also just like the below website http://www.flaktgroup.com

    regards

    zainab

    #126423
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    #topmenu ul li.current-menu-item a:link { background-color:transparent !important; border-bottom:3px solid #b592c3;}
    #topmenu ul li.menu_hover a:link, #topmenu ul li.menu_hover a:visited, #topmenu .menu_hover > a:link, #topmenu .menu_hover > a:visited {
        background-color: transparent !important;
        border-bottom: 3px solid #b592c3;
    }

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.