• Resolved reddevlab

    (@reddevlab)


    Hi.
    I would like the menu item, corresponding to the active page, not to be highlighted.
    I would like that menù item to be highlighted on Muoseover

    Thanks for your cooperation

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    For highlighting menu on mouse hover please use below CSS Rules:

    
    .light_header #navy > li > a:hover {
        color: #fff;
        background-color: #003b84;
    }

    Save the changes.

    I would like the menu item, corresponding to the active page, not to be highlighted.

    Please explain in more detail & also provide screen-shot for better assistance.

    Thank You

    Thread Starter reddevlab

    (@reddevlab)

    Ok, the highlighting work propely.

    The other problem is that the menu item: SERVIZI and VANTAGGI
    is ever highlighting
    See:

    https://www.dropbox.com/s/hlarj4j1puqhh47/Cattura.JPG?dl=0

    I would like disable highlighting option for active page.

    An other question for menù: can I align right?

    • This reply was modified 7 years, 5 months ago by reddevlab.

    Hello,

    As we are looking for your site you have done it your self.

    So put below CSS rules into Custom CSS Editor to show text on hover :

    .light_header #navy > li > a, .light_header #navy > li > a:hover {
        color: #fff !important;
    }
    @media only screen and (max-width: 992px){
    #navy > li > a > span {
        padding: 12px 12px;
        color: #fff;
    }
    }

    Save the changes.

    If you have any query please let us know.

    Thank You

    Thread Starter reddevlab

    (@reddevlab)

    ok for the color and highlighting.
    For the last question? Can I align right?

    Hello,

    Put below CSS Rules into Custom CSS Editor:

    @media only screen and (min-width: 992px){
        #main_nav {
            float: right;
        }
    }

    Save the changes.

    Thank You

    Thread Starter reddevlab

    (@reddevlab)

    Perfect! This solve my last problem!
    Thank you!!!
    bye!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    You are most welcome.

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Active page menù trasparent’ is closed to new replies.