Having an image behind the Title instead of colored background
Hi,
I have this website https://anacrespim.com/ where I have "2 blogs" essentially 2 category pages published as blogs pages and I would like to replace the yellow background with an image in each page. How can I accomplish this?
Please see attached images for better reference.
Thanks in advance,
Joao

 
         
        
Comments
Hi,
Please use the following CSS code:
.category-metamorfoses #Subheader{ background-image: url("#link_to_your_image"); } .category-blogparentalidade #Subheader{ background-image: url("#link_to_your_image"); }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Thanks Phil, I will try that!