How to change background colour of title on header image in blog?
Autore: Mandar V.
Visite 925,
Followers 1,
Condiviso 0
Please have a look at this blog image. How to change the background colour of the title on the header image in a blog? I want to change the black colour to green.
Thank you in advance.
Regards
Mandar
Postato il
Hello. Please send a link to the site page. I will try to give you the necessary CSS code.
Autore
Thank you Aleksej H.
Here is a link :
https://www.radhanagari.com/blog/index.php
Regards
Mandar
Try adding this code here.
<style>
.imBlogHighlightedCards .imBlogPostCardTitle {background-color: rgba(2, 128, 3, 0.6);}
</style>
Autore
Done it. Done it.
Thank you dear friend and guide Aleksej H.
Regards
Mandar