Home Forums WoodMart support forum How to change only the Header bottom font size?

How to change only the Header bottom font size?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261117

    Agora
    Participant

    Hello, may I ask how to change only the Header bottom (Secondary menu bar) font size while not affect the font size in the main header menu? Thanks!

    #261129

    Hello,

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

    .whb-color-dark .whb-header-bottom-inner .navigation-style-default .item-level-0>a {
        font-size: 24px !important;
    }

    Best Regards.

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