Comments gilda4 started the conversationMay 21, 2022 at 11:50amHiIs it possible to change the color of the header of the category page?thank yougilda 279Noah repliedMay 22, 2022 at 8:28amHi there,Could you try the following CSS: body.archive.category .page-header-no-bg{ background-color:red; } add it to salient \ general settings - css script related - custom css code.Adjust the red color to what you want.Cheers.gilda4 repliedMay 22, 2022 at 4:29pmthank you! and then how would I change the color of the font in the archive category page header? 279Noah repliedMay 22, 2022 at 5:46pmHi there,You can control the font color with in the page header with this CSS: body.archive.category .page-header-no-bg .subheader{ color:white !important; } body.archive.category .page-header-no-bg div.section-title h1{ color:white !important; } add it to same location and adjust to the color you want.Cheers.gilda4 repliedMay 22, 2022 at 6:06pmThank you. How would I change the color of the category description (i.e. "posts about worker cooperatives" in the attached? 1,877Judith repliedMay 23, 2022 at 6:03amHello Gilda,Please try this css: .archive.category .row .col.section-title p, .archive.tag .row .col.section-title p { color: white;}Thanks. Sign in to reply ...
Hi
Is it possible to change the color of the header of the category page?
thank you
gilda
Hi there,
Could you try the following CSS:
add it to salient \ general settings - css script related - custom css code.
Adjust the red color to what you want.
Cheers.
thank you! and then how would I change the color of the font in the archive category page header?
Hi there,
You can control the font color with in the page header with this CSS:
add it to same location and adjust to the color you want.
Cheers.
Thank you. How would I change the color of the category description (i.e. "posts about worker cooperatives" in the attached?
Hello Gilda,
Please try this css:
Thanks.