• Hi,
    I m wondering how to make bold the font of the Header Menu (Primary Menu). is their css code to change it?
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi wpanduka314

    First of all Go to your Dashboard ->Appearance -> Customize -> Advanced Setting -> Custom CSS Box.
    In this section try adding this bit of code and Save and Publish.

    #nav-main ul.sf-menu a{
    font-weight: bold !important;
    }

    Thank You!!

    Hey,
    You can set this in your theme options > menu settings. There you can set the font-weight for the font.

    Kadence Themes

    Thread Starter wpanduka314

    (@wpanduka314)

    Hey,
    Thanks sanjog and thanks kandance themes for sending me reply for my problem, it worked. Highly appreciate your help ,i have another issue with the vertue image widget, when i load the picture it cannot center cause the widget doesn’t have option to center image (as you can see in my case the logs at the featured section) so is their scc code for that, your help greatly appreciated,
    (web url https://www.dushanflowersbest.com/)
    panduka

    Hey,
    The css could be:

    .kad_img_upload_widget {
        text-align: center;
    }

    is that what you mean?

    Kadence Themes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘bold the font of the Header Menu (Primary Menu)’ is closed to new replies.