Site logo

Archived topic

add opaque background layer to title text

3 replies · Started by Karen on September 22, 2021

Viewing posts 1–4 of 4

Is there a place where I can add an opaque background layer to the title text? I need the title to show up better and depending on mobile or desktop changes readablity. Thanks in advance. https://karenshanley.com

Hi there,

it looks like you added some CSS to add the background, if you target the <a> in your CSS then it will 'wrap' the text better...

p.main-title a {
    width: 400px;
    height: 70px;
    padding: 2px;
    background-color: #ffffff;
    opacity: 0.55;
}

David, you are the BEST!! I hope you either have some ownership or you get paid really well. Can't tell you how many of your support posts I've read to get my site set up as quickly as I could after changing themes. You've been a godsend. Thank you thank you.

Thank you for your kind words Karen. Very much appreciated to hear that!

This archived topic is closed to new replies.