[Resolved] How to change color of "inside-article" element?

Home Forums Support [Resolved] How to change color of "inside-article" element?

Home Forums Support How to change color of "inside-article" element?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237397
    Dmitry Bychenko

    Hi, guys,

    im using page builder on some page, all good, but this page builder doesnt set the width of contenet on the page, so the width of content on the page can be infinite.

    I unchecked the checkbox in “Integration with Page Builders” metabox and the width got fine, but few elements became visible.

    How it looks like

    Elements are “body.page” or whatever it’s called.

    it’s fine, i use

    body.page{
        background-color: red;
    }

    and i know how to deal with it.

    And another element is “inside-article” or whatever
    Inside-article

    How to change color of this element, or how to solve this problem properly?

    #237421
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You should be able to do this:

    .separate-containers .inside-article {
        background-color: red;
    }
    #238684
    Dmitry Bychenko

    thank you

    #238760
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.