Home Forums WoodMart support forum BG Color

BG Color

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

    Tim Jaggi
    Participant

    Hi there

    How can i adjust the black background color of the blog widget?

    Kind regards,
    Tim

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

    Hello,

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

    .blog-post-loop .article-body-container {
    background-color: blue;
    }

    Best Regards

    #339581

    Tim Jaggi
    Participant

    Hey there

    Does not work with this code. Do have the same problem with the main background (look on the picture). Actually in the background settings i have chosen the color blue, so im a bit confused about that.

    Kind Regards
    Tim

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

    Hello,

    Please replace the previous Custom CSS with the following the check back:

    [class*=”color-scheme-light”] .blog-post-loop .article-body-container {
    background: blue;
    }

    And for the title background edit the post and make sure that there is no background added to the title.

    Screenshot for Clarification: https://ibb.co/LxRVb8Y

    Best Regards

    #346073

    Tim Jaggi
    Participant

    This code did not work too. And i do use elementor (screenshot)

    #346121

    Hello,

    Could you please elaborate what you required with some relevant screenshots now because I feel we both are not on the same thing.

    Best Regards

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