Home Forums WoodMart support forum header font size

header font size

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

    Joy
    Participant

    hi I want to change the header and top bar right font size bigger, but I don’t know the id or class of them,
    and I tried to change the header font in theme setting > Typography section, but it kept going back to the original size which is 15px, I want to change it to 16px, and top bar right font size as a 13px.
    can you help me to change it? you can give me CSS code or other solutions.
    I’m using Noto Sans KR font, and a membership plugin that might affect to top bar, it would be clearer if you check my website.

    #370213

    Hello,

    Please try adding the following Custom CSS for that in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-header-nav.wd-header-main-nav .wd-nav[class*=”wd-style-“]>li>a {
    font-size: 16px;
    }

    .whb-top-bar .wd-nav-secondary>li>a {
    font-size: 13px;
    }

    Best Regards

    #370659

    Joy
    Participant

    Hi thanks for the code, BUT, the first time when I insert the code, it seemed like they were changed but went back quickly to the previous font size, I don’t know why.
    I even put !important code, but didn’t work. just same size 15px, could u help me to solve this problem?

    #370760

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

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