Hey,
How can I add a background like this on the headlines?
You can view it on this site: http://matildadjerf.com/
Thanks
Charlotte
http://www.elleagnes.se
Hey Charlotte,
Try this code in the General Styling > Quick CSS field:
article.post h2.post-title.entry-title a {
background: #f0c6b0!important;
}
Best regards,
Mike
Great, thanks.
How can I add some more of it on the left and right side.
You can see now that there is more space on the right side but nothing on the left side
http://www.elleagnes.se/
/Charlotte
Hi,
Please change to:
article.post h2.post-title.entry-title a {
background: #f0c6b0!important;
padding: 0 10px;
}
adjust to suit.
Best regards,
Mike
:) thanks