Home Forums WoodMart support forum Edit Menu

Edit Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #371228

    riverman
    Participant

    Hello

    How can I change the background and menu text color?
    Also how can I reduce the space between the menu and the slideshow?

    #371321

    Hello,

    1. You can edit the background of the header builder from Woodmart >> Header builder.

    Screenshot for Clarification: https://gyazo.com/6b5db58445d47fa3006e80bb7a3f7e8a

    You can set the menu color from Typography settings under Theme Settings >> Typography.

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

    .main-page-wrapper {
        padding-top: 0;
    }

    Best Regards

    #371488

    riverman
    Participant

    Hello

    In Theme Settings >> Typography, how can I change the font color only for the menu and hover?

    #371490

    riverman
    Participant
    #371617

    Hello,

    I have changed the color of the header font color to light.

    To change the hover color try adding the following Custom CSS.

    .wd-nav[class*=”wd-style-“]>li>a:hover {
    color: orange;
    }

    Best Regards

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