[ad_1]
Hello, I have started using wordpress about 3 days ago for a project. I already like it but I have a problem. I have found certain videos and blogs on how to do it but they require the use of paid products. Is there a way to implement different colored headers for different pages for free? I am using Elementor + Astra
[ad_2]
CSS. WordPress already generates a class for each page. You could use that class and whatever the header’s is to write custom styles for each.
Via individual page CSS
Check the body tag’s classes. You should see one that includes the page / post ID. Using that class you can target individual pages