Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59228
    Daphne
    Member

    Hi Support team,

    Please let me know how I can make the white background for the different pages transparent?

    http://revemarketing.com.sg/
    Regards,
    Dap

    #59250
    Sakin
    Keymaster

    @Daphne: If you want to make transparent for overall site then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .site-content { background-color: transparent; }

    But if you want to do that only in specific page, then first you need to note down that page ID. To find the page ID you can use our plugin http://wordpress.org/plugins/catch-ids/ and the use the css like below, where 7 is the page ID, you can change the 7 to your own page ID.
    .page-id-7 .site-content { background-color: transparent; }

    #59262
    Daphne
    Member

    Hi Sakin,

    Thank you!! It solved my problem~~

    Regards,
    Dap

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make content page transparent’ is closed to new replies.