Site logo

Archived topic

Blog and post color change

8 replies · Started by renan on July 25, 2020

Viewing posts 1–9 of 9

Hi

I am almost finished with the website. The only section left is the News section (blog). I like the theme but it is too dark for the blog section. I`ve been staging and testing different things, but now seems that it doesn't matter wich css I add it doesn't work.

I would like to invert the colours and instead of white use f2f2f2.
thanks a lot for your help

http://www.rope1.com.au

Hi there,

try this CSS:

.blog,
.archive {
    background-color: #f2f2f2 !important;
}

h2.entry-title a,
.blog .entry-meta a,
.archive .entry-meta a,
.blog .entry-meta,
.archive .entry-meta,
.entry-summary,
.main-navigation .main-nav ul li a {
    color: #000 !important;
}

hi david,

I've tried the simple css in the general customizer and the metabox in the edit page, one at the time.
It didn't work.
I left the css in the metabox.

Hi david

when I actually add your code in the middle of the simple css in the customizer, between other codes. It works.
What happened now is the font in the off canvas panel became dark as well, the panel was already dark.
is there a way to make that font white again without changing the rest of the stuff in the blog section?

thanks for your help

Also, the post still black. I would like to apply the same f2f2f2 and black font to the post.

I could solve the canvas colour

Sorry what is the issue now?

Can you please keep it one question per topic and mark it resolved is the original topic is already resolved?

Thanks :)

Hi leo. sorry, it is all solved now.
thanks for the help of you guys

No problem :)

This archived topic is closed to new replies.