[Support request] Hover items in navigation in bold

Home Forums Support [Support request] Hover items in navigation in bold

Home Forums Support Hover items in navigation in bold

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #388495
    Eloy

    Hi,

    I’m trying to have my hover items as well as selected items in navigation in bold. I tried this on the css but is not working. What am I missing?

    .widget-area .main-navigation li a:hover {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

    Thanks,

    Eloy

    #388815
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try the same selector as Menu Item Hover here? https://docs.generatepress.com/article/changing-navigation-colors/

    #389055
    Eloy

    Not working. I think it’s something related with color selected.

    The website is boatpartybarcelona.com and I’m usig all addons.

    Kind regards,

    Eloy

    #389072
    Leo
    Staff
    Customer Support

    Not seeing the CSS being added?

    It should be something like this:

    .main-navigation .main-nav ul li > a:hover, 
    .main-navigation .main-nav ul li > a:focus,
    .main-navigation .main-nav ul li.sfHover > a {
    	font-weight: 1000;
        font-size: 25px;
    }
    #389075
    Eloy

    I tried using the same font size but it’s still not working

    #389114
    Leo
    Staff
    Customer Support

    This is very strange. Do I have the same set up here? http://www.screencast.com/t/UCy0JmzSg

    The same code for some reason is working for me.

    Let me know.

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