Home Forums WoodMart support forum Footer menu link text became bold when entering into the current page

Footer menu link text became bold when entering into the current page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #342886

    lightnect
    Participant

    My website footer menu link text became bold when entering into the current page, I attached a photo here, kindly check and your help is highly appreciated.

    Kind regards

    Ivy

    Attachments:
    You must be logged in to view attached files.
    #342897

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .widget_nav_menu ul li.current_page_item>a {
        font-weight: 400;
    }
    body .widget_nav_menu ul li.current_page_item>a:hover {
        font-weight: 400;
    }

    Happy New Year!

    #343503

    lightnect
    Participant

    Hi,

    It worked.thank you so much!

    Best wishes

    #343584

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Footer menu link text became bold when entering into the current page’ is closed to new replies.