Home Forums WoodMart support forum Theme Custom CSS page

Theme Custom CSS page

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

    mampatzidis
    Participant

    Hello.

    I’ve installed Woodmart wp theme in my w.page project and wanted to make some custom css changes, but to my surprise I realized that custom css settings do not work.
    FYI, i did not rename the theme folder nor I changed anything in the core files both theme and WP.

    For example I want to change the bg color of the sticky header like in the code below and for some reason it doesn’t apply.
    __________________________________
    .whb-sticked .whb-row {
    background: #fff;
    }
    __________________________________
    Any ideas why this is happening?

    Thank you!

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please try this code:

    body .whb-sticked .whb-general-header {
        background-color: yellow;
    }

    Replace the color as per your need

    Best Regards

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