Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #107035
    Michael
    Participant

    Hi there

    URL: http://www.craftbeerchats.com/blog

    Challenge:
    Is there a way to set the background color of the header, wrapper, content, main page, posts, etc… to be transparent ?

    I have tried several custom CSS entries that were posted and some of them did change certain pieces, but for instance, I could not set the wrapper to transparent. Hence even if I set .hentry to transparent, it kept the white (or whatever background color I had set) for the wrapper

    I have set all backgrounds I am referring to as light yellow for now.
    Thanks for the help

    #107054
    Pratik
    Participant

    Hi @Michael,

    WordPress does not have options to select transparent as color scheme so this is why the problem is occuring.

    To solve this issue, try following code in Appearance=> Customize=> Additional CSS

    
    #masthead, #content, #main {
        background-color: transparent !important;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #107083
    Michael
    Participant

    Awesome !
    Thanks for the quick response. That did the trick.

    Quick question: Can someone explain what the “!Important” does ? I had tried the
    #content {background-color: transparent}
    before and it didn’t seem to work. So perhaps the important tag helped ?

    Oh well… problem solved, so thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparency on Catch Responsive Pro’ is closed to new replies.