Mobile Theme change background colors

Posted in: Newspaper
Post count: 5

Hi,

Wich custom css can I add to change “latest articles” and “article” with black background and white text ? I can’t inspect it on my mobile and find the class name.
Thanks !!!!
Regards.

Emmanuel

Post count: 23312

Hi,

Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks.

Post count: 5

direction-guyane.fr

Post count: 23312

Hi,

As a quick solution, try the code below and place it in Theme panel -> Custom CSS Area. This is just a hint. So, if you do not like this, you need to adjust it by your desired changes, using the Inspector browser element from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to create your own custom CSS code.

.td-black .td-main-content-wrap, .td-black .td-category-grid, .td-black .post, .td-black .td-category-header, .td-black .td-big-grid-post .td-module-thumb, .td-black .td_module_14 .td-module-meta-holder, .td-black .td-post-template-4 .td-post-title, .td-black .td-post-template-6 .td-post-header-holder, .td-black .td-post-template-8-box, .td-black .td-smart-list-dropdown-wrap .td-smart-list-dropdown, .td-black .td_module_mx3 .td-module-meta-info{
background-color: white;
}

Thank you!

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