Home Forums WoodMart support forum Removing Images from menu and changing its style.

Removing Images from menu and changing its style.

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

    astoncouchman1
    Participant

    Hello,

    I do not know why, however my menu has images in them (did not have them before), how do I remove them? Can I change the style of the menu so it aligns with all of my other buttons?

    #659998

    Hello,

    I’ve checked your site, and currently, I do not see any images appearing in the menu within the header area. It’s possible that the issue has already been resolved.

    To align the menu items in the header in one line, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-nav {
        flex-wrap: nowrap !important;
    }
    
    .wd-nav>li>a {
        font-size: 1.1em !important;
    }

    Here nowrap will make the Menu Items in one-line and the font-size adjustment was needed so that the text would appear with a standard gap in-between.

    Best Regards,

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