Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #133127
    JOSHUA
    Participant

    Hi, is there a way to make the background for the featured content disappear, or make it partially transparent (like maybe 50%)?
    http://pcgva.com/

    #133147
    Skandha
    Participant

    @joshuacgibson: To make the background of featured content partially transparent
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content {
        opacity:0.5;
    }

    Let me know if this is what you want.

    Regards,
    Skandha

    #133462
    JOSHUA
    Participant

    Hi Skandha thanks for the reply. that is close, but I was hoping to have have the white background with a partial transparency, not the featured content as well. Is that possible?

    #133493
    Skandha
    Participant

    @joshuacgibson: Remove the previous CSS code I provided you then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #feature-content {
        background-color:rgba(255,255,255,0.5) !important; 
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    #133588
    JOSHUA
    Participant

    Thanks for responding but no, that didnt do anything…it made the entire background one white block

    #133701
    Skandha
    Participant

    @joshuacgibson: There seems to be a typo in the previous css provided you. Replace the #feature-content with #featured-content in the previous CSS and try again.

    Let me know if this solves your issue.
    Regards,
    Skandha

    #133728
    JOSHUA
    Participant

    That got it thank you!

    #133768
    Skandha
    Participant

    @joshuacgibson: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/full-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Featured Content Background Transparency?’ is closed to new replies.