Home Forums WoodMart support forum Top Menu & Footer

Top Menu & Footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #112516

    Xtolia
    Participant

    Hi Team,

    How can I remove the bottom padding area of the page and 2) make the top menu banner black colored instead of the dark gray.. please reference to image attachment for both questions. Any CSS that I may need? Thank you 🙂

    #112517

    Xtolia
    Participant

    Here is the image upload again, I guess the first upload file size was too big.

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

    Hello,

    Please provide the screen which padding you want to remove and add this code to the Theme Settings > Custom CSS to make the background color brawn:

    body .whb-color-light:not(.whb-with-bg) {
    background-color: brown;
    }

    Replace the “brown” with the color as per your needs.

    Best Regards

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