Site logo

Archived topic

How to change color of "inside-article" element?

3 replies · Started by Dmitry Bychenko on October 20, 2016

Viewing posts 1–4 of 4

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?

Hi there,

You should be able to do this:

.separate-containers .inside-article {
    background-color: red;
}

thank you

You're welcome :)

This archived topic is closed to new replies.