Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #85634
    marga
    Participant

    Hello team,

    I would like to have the content area transparent,
    I have put a background image, but I think it would look better when the content area is transparent. So the text would be on the background.
    http://testwp.sabera-dringenberg.de/

    Thanx
    Marga

    #85647
    Mahesh
    Keymaster

    Hi @marga,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    .hentry {
        background-color: transparent;
    }

    Regards,
    Mahesh

    #85648
    marga
    Participant

    Great this works.

    and so I could get rid of the border too.
    thanx again…

    Greetings from cold germany
    Marga

    #85649
    Mahesh
    Keymaster

    Hi @marga,

    For that, you can add a border: none rule along within the code above, it will look like the following:

    .hentry {
        background-color: transparent;
        border: none;
    }

    Regards,
    Mahesh

    #108254
    Candice
    Participant

    Hi – I also tried the transparency code and it isn’t working? I am using Create (free).
    I am using a childtheme plugin (did not create child theme myself.)

    I asked a while ago about transparency and didn’t receive any feedback.

    Thanks,
    Candice

    #108261
    Mahesh
    Keymaster

    @candice: Please post in your site url. And where actually do you want the transparency. Let me know further.

    Regards,
    Mahesh

    #108269
    Candice
    Participant

    Thanks for response.

    The site is http://ladyblue.co.za/wp (still in progress)

    It is the content area that i want to make transparent – so, the white area that has all the writing on. I want to be able to see the background as you scroll – i don’t want it to be solid white. I want to do this on ALL PAGES.

    Thank you x

    #108311
    Mahesh
    Keymaster

    @candice: Which theme are you using? I just checked your site, you are using a different theme. Let me know further.

    Regards,
    Mahesh

    #108321
    Candice
    Participant

    Hi Mahesh,

    Thanks for response.
    I am using Create (free) by Catch Themes.

    Thanks,
    Candice

    #108334
    Mahesh
    Keymaster

    @candice: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .site-content {
        background-color: transparent;
    }

    Regards,
    Mahesh

    #108335
    Candice
    Participant

    Mahesh – You are a lifesaver!
    Thank you thank you thank you!
    Works beautifully.

    Have a lovely day x

    #126467
    thraslyko
    Participant

    Hello I`m using the WEN Busines pro theme and i want to add transparency to the content area and if its possible to be able to abdjust it

    #126487
    wensolutions
    Participant

    Hello @thraslyko,

    Please always create a new ticket in theme specific forum for your issues, which would help us track the issue and maintain the flow of support, to start a new issue topic for WEN Business Pro theme please follow the link here : https://catchthemes.com/support-forum/forum/wen-business-pro-premium/

    We can help you to set transparency to the content as per your requirements with some additional CSS codes.

    However, we could need to inspect your website URL to check the section / content area that you would like to add CSS for so that we can provide you some precise custom CSS.

    Please provide us your website URL explaining the section you would like help with so that we can inspect the section.

    Best Regards !!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to make the content area transparent’ is closed to new replies.