Archived topic
Web-stories archive inside article box background color change
4 replies · Started by iamarghya on March 28, 2022
I have 4 category archive pages and when I created my web stories there is another archive page called stories so I have a template for all archive pages' article box background color but I want to change the article box background color only on this page I tried but couldn't find the proper selector can u plz provide me the CSS
Hi there,
try this CSS:
.archive.post-type-archive-web-story #main .inside-article {
background-color: #f00;
}
If you right click > inspect that page to open the Developers Tools , and go to the Elements tab, and check the <body> tag you will see it has a bunch of CSS Classes - that page has the post-type-archive-web-story class thats unique to that post types archive.
I tried don't know why couldn't do that but it worked thank you very much.
Glad to be of help!
Thanks closing it.