Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    Transparent how and what exactly?

    Thread Starter ibecktec

    (@ibecktec)

    Hi, I’m trying to make the page I set as the homepage transparent so you can see through it to the background image.

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    This is the default code in the theme that corresponds to the “white frame” around the content.

    .wrapper-main {
    background-color: #fff;
    }
    Thread Starter ibecktec

    (@ibecktec)

    .wrapper-main {
    background-color: transparent;
    padding: 40px;
    }

    Tried changing color to transparent in he Editor but the actual page is still white.

    Customize > Colors > Page Background Color > White
    The rest of my pages are set as white but I’m trying to make the one page I set as the home page transparent.

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Without a link to your website there is no way for me to guess what you’re trying to achieve and how/why it’s not working right.

    Thread Starter ibecktec

    (@ibecktec)

    Actually it did work when I viewed the website on Internet Explorer instead of Google Chrome for some reason it still shows up as white and not transparent but only in Chrome. It shows up transparent on my iPhone in both Safari and Chrome so I guess there’s something wrong with the Google Chrome browser on my computer. Thank you for your help!

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Probably you simply had to do a hard-refresh (CTRL + R), to clean some of the cached files.

    Thread Starter ibecktec

    (@ibecktec)

    .wrapper-main {
    background-color: transparent;
    padding: 40px;
    }

    Actually this code changed all of the pages on the website to transparent. How would I change just one of the pages to transparent?

    I am also looking for code to set a background image for the footer.

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    .home .wrapper-main {
    }
    Thread Starter ibecktec

    (@ibecktec)

    worked perfectly – Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘EduPress Page Transparency’ is closed to new replies.