Black row background–how to get white article, author, meta text?

Posted in: Newspaper
Post count: 80

Some of your themes have black stretched background rows (Art Creek). How do you get the article title, author name, and meta info to be white against that? Using the theme composer for element, only the element title text color can be changed. Thanks.

Post count: 20688

Hi,

That is not difficult to do. For example, like in that demo you mention. First set a custom class for the row containing the background
https://www.screencast.com/t/MrvIIBnv1
Then refer to that class and change the color of the post titles in this example
https://www.screencast.com/t/fTAYMhIE9GI
Only that block/element will be affected. Let me know if you need more help.

Thanks

Post count: 80

Thanks.

Post count: 80

That changed the title of the post. Now how do I change the author name? Thanks.

Post count: 20688

Sorry about that, I did not notice the author name is not changing colors. try it like this to change that as well
https://www.screencast.com/t/y0v0GSOb

.myclass a {
color: white;
}

That code should color all the links the block has to a color of your choosing.

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