Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #153256
    Fizzgigg
    Participant

    Lets see if I can explain this in an understandable way.
    I am using header highlight content and sometimes get the problem with white text on a light background and would like a slightly transparent background under the text. In another setting I found the css code background: rgba(0,0,0,0.5); that does just that, but I don’t know enough about css to manage to implement it. Can anyone help me?

    I got this css snippet from you:

    #header-highlights-content .entry-header {
        background-color: rgba(0,0,0,0.5);
    }

    It worked but was not entierly what I was looking for. Is it possible to either make it 100% width of the background image?

    #153268
    tikaram
    Keymaster

    @fizzgigg : Go to Appearance => Customize => Additional css and add the following css.

    #header-highlights-content .entry-container {
    	background-color: rgba(0,0,0,0.5);
    	border-radius: 0 0 20px 20px;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #153269
    Fizzgigg
    Participant

    That is perfect. 🙂

    Thanks!

    #153272
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/lucida/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,

    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text background on header highlight content’ is closed to new replies.