Home Forums WoodMart support forum Woodmart Main menu all caps

Woodmart Main menu all caps

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #274556

    DeanJ89
    Participant

    hello,

    I would like to change the main menu in the header from all caps to first letter caps and the rest lower case.

    also if I wanted to change the rest of the site to the same as there seems to be a lot of caps being used, is there a way i can do this also?

    thank you.

    #274561

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    The only way is custom CSS. Add this code to the Theme Settings > Custom CSS:

    body .menu-mega-dropdown .sub-menu>li>a, .mega-menu-list>li>a, 
    body .search-by-category .input-dropdown-inner>a,
    body .woodmart-navigation .item-level-0>a{
    text-transform:none;
    }

    For the other sections please provide some relevant screenshots with the URL of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #274575

    DeanJ89
    Participant

    that’s great thank you, It worked perfectly, Could you also tell me how to change the dividers colour separating the main menu in the header to white?

    thank you.

    #274580

    Hello,

    You are Most Welcome.

    Please provide a relevant screenshot with the URL of the page to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #274583

    DeanJ89
    Participant

    Thank you

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

    Hello,

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

    .whb-color-dark .navigation-style-bordered .item-level-0:after, .whb-color-dark .navigation-style-separated .item-level-0:after {
        border-color: red;
    }

    Best Regards

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