Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #131788
    alexsitunayake
    Participant

    Hi,

    I want to know if there is a way to change the white background around my posts?

    see here – http://www.waveyice.co.uk

    I’d like it so just the videos appear with no background if possible with the header image and top menu staying the same. Any way to fix this?

    #131801
    tikaram
    Keymaster

    @alexsitunayake : can you please explain in detail. what do you mean by no background or can you provide some reference for no background.

    Regards,
    Tikaram

    #131802
    alexsitunayake
    Participant

    Hi Tikaram,

    I would like to reduce the opacity of the white background around the video post revealing the background I have set for the page. See image for reference –

    https://ibb.co/b2mLo7

    I want to keep the header image and menu bar the same as it is.

    Any ideas?

    #131863
    tikaram
    Keymaster

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

    .archive-post-wrap .hentry {
    	background-color: rgba(0, 0, 0, 0.04);
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #131895
    alexsitunayake
    Participant

    Hi Tikaram,

    I actually want the image I have set as my background to show through the post background. Is there any way of doing this?

    #131953
    tikaram
    Keymaster

    @alexsitunayake : Add the following additional css.

    .site-inner {
    	background-color: unset;
    }
    .site-header-main {
    	background-color: #fff;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change opacity of post wrapper’ is closed to new replies.