CHANGE COLORS

Posted in: Newspaper
Post count: 13

I INSTALL A PLUGIN SUBMISSION FORM FONT ARE BLACK NEED TO CHANGE IT TO WHITE
MOST OF THE FONT COLORS ON THE SITE IS BLACK NEED TO CHANGE ALL TO WHITE I FOLLOW THE INSTRUCTION BUT STILL NOT CHANGING TO WHITE

Post count: 13

HERE A LINK TO MY SITE blackprintnewspaper.com

Post count: 22421

Hello,
You can change the font color by using this custom css:

.home .entry-title a{
color:white!important;
}
.home .td-excerpt{
color:white!important;
}

I only made it to apply on the homepage. If you wish to apply it across the whole website, simply delete the ‘.home’ class.

Thank you!

Post count: 13

delete the whole home page?

Post count: 13

CAN YOU READ ME A CUSTOM CSS CODE HOMEPAGE ONLY BLACK?

Post count: 22421

Hi,
If you want only the background to show on the homepage, you can hide all the content with css{
.home .td-content-wrap{
display:none!important
}

Thanks.

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