Hi, have just purchased newspaper 9 migrating from Avada theme.
Can you please tell me how I can change the box content area colour? I have changed the page area colour using this code in CSS. but cannot find the class to change the Box content area on post pages to do the same.
.td-main-page-wrap {
background-color: #f9f9fb;
}
Hi,
So you mean the actual post content? It can be don with CSS, try it like this
– https://www.screencast.com/t/K8Na5OktKB
.single .td-post-content {
background-color: #f9f9fb;
}
It can also be done by designing your own post templates with the cloud library and tagDiv composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Example – https://www.screencast.com/t/QiKRNJ8fIlM
There are many beautiful post templates already created by us which you can import (and modify if needed). More will be added. You can also create one entirely (blank template).
Thanks
Ok, I think I have found it myself could you just verify this CSS will have no conflicts, please.
.td-main-page-wrap {
background-color: #f9f9fb;
}
.td-boxed-layout .td-container-wrap.td-main-content-wrap {
background-color: #f9f9fb;
}
.single article{
background-color: #f9f9fb;
}
Could I just ask a quick question while you are here, please?
Using the normal text editor I only get a few shortcodes for editing my text both video shortcodes before I purchased the theme watching the videos it showed all the shortcodes and in the default WordPress text editor.
Glad you found a solution. Some of the shortcodes were moved in the Formats drop-down here a while back
– https://www.screencast.com/t/ULOSiqFc9k
Please let me know if you have more questions, I will try to help you.