Home Forums WoodMart support forum It seems the additional CSS for the interface isn’t working

It seems the additional CSS for the interface isn’t working

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

    vituongkaka
    Participant

    Hello. It seems the additional CSS for the interface isn’t working. I can’t use the CSS commands.

    For example, I tried test: body { background: #ff00ff !important; }
    to try changing the interface background color. It didn’t work.

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

    Hello,

    Try to add the following custom css code and check how it works.

    #wrapper, .wd-content-area, .wd-main {
        background-color: #ff1010 !important;
    }

    Best Regards,

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