Hi there,
I have three sections on my site: magazine, tv and radio. I’d like to have the TV -section in black background like in your black demo. I tried the demo but I don’t understand where do I set black background and can I set it on a page / category basis? (like setting the main TV page, TV category pages and TV single post styles black)?
Hi,
The Black demo has custom design and styling, that would not be possible with theme options. It is specific to the mentioned demo. You could achieve it with custom CSS. Take inspiration from the demo stylesheet and see how it was made
– https://www.screencast.com/t/vapyFaSR4nq
It may not be easy to achieve this without installing the actual demo, but it can be done. For example you can experiment with a code like this, for a black TV category page
– https://www.screencast.com/t/z9kXpFHW3Eu
.category-tv .td-container-wrap {
background-color: #1a1a1a;
}
.category-tv .td_module_11 a,
.category-tv .td_module_6 a,
.category-tv .widget a,
.category-tv .td-footer-instagram-title,
.category-tv .td-page-title,
.category-tv .header-search-wrap .td-icon-search,
.category-tv .sf-menu > li > a {
color:#fff;
}
Add more elements in the code as you identify them, use the browser inspector to do it
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
@mahadzira If you have installed the black demo, changing the background color on post pages to white would have this result
– https://www.screencast.com/t/DFvNgqJw24O
All white elements will not be visible anymore because of the demo was designed. If you want to customize the demo, you can make the modification in the demo stylesheet directly
– https://www.screencast.com/t/BXtIB0KpVO
If you could provide a link to a post on your website, I will try to give you some pointers.
Thanks