When I move to a specific category, I would like to change the following CCS.
background:#333333; }
h1.entry-title {
background-color: black;
color: white;}
.p-meta>span>a {
color: #fff;
.x-nav-articles .next {
color: white;
}
.x-nav-articles a {
background-color: #000;}
.x-root .site {
background-color: black;}
.wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, {
color: white;
}
.wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, {
color: Black;
Currently most of my backgrounds are white, however for this one category (Astro) I would like to make the above changes to the CSS. When client goes back to other category, system goes back to the white theme.
Site is at: https://www.shetzers.com/
Thanks in advance !
Matt Shetzer