how cai i change white colour to another

Posted in: Newspaper
Post count: 2

http://www.kozmetiki.com/wp-content/uploads/2017/12/11111.jpg

Hi,
in photo u will see that cant change white colour background.
How can i do ?

Thank You.

Post count: 20688

Hi,

I believe you are trying to change the background color of the post page elements. You can use the browser inspector to identify the elements and classes used, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this will allow you to set a color as you want
https://www.screencast.com/t/2fzQozJ81

.single .td-main-content-wrap,
.single .post {
background-color: grey;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.