Theldron Posted January 28, 2019 Posted January 28, 2019 Hi all, I am creating a site with different categories, but I want the posts linked to those categories to have a certain background colour. For example if I was creating a sport website and I had categories for football-blue and rugby-red, I would want all the post backgrounds with football as a category to have a blue background? Or would it be easier to do it with page id and post within a certain page would have a particular background colour? Sorry I am not much of a web developer, so any help would be appreciated. Thanks
Marci Posted January 29, 2019 Posted January 29, 2019 The category slug should be appended as a class to the html node for each post (assuming your theme uses nodes), in the format 'category-[category-slug]', thus allowing you to target post categories using article.category-[category-slug] via css.
html node for each post (assuming your theme uses nodes), in the format 'category-[category-slug]', thus allowing you to target post categories using article.category-[category-slug] via css.
nodes), in the format 'category-[category-slug]', thus allowing you to target post categories using article.category-[category-slug] via css.
Dwigt Posted January 31, 2019 Posted January 31, 2019 Hi all, I am creating a site with different categories, but I want the posts linked to those categories to have a certain background colour. For example if I was creating a sport website and I had categories for football-blue and rugby-red, I would want all the post backgrounds with football as a category to have a blue background? Or would it be easier to do it with page id and post within a certain page would have a particular background colour? Sorry I am not much of a web developer, so any help would be appreciated. Thanks Here you go: https://wpsites.net/web-design/changing-background-color-specific-page-post/ Plenty of methods to choose from here
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now