• Hi!

    I’ve set a colourful background imagine in theme options -> advanced styling -> main content background. What I would also like to do is set a white (maybe transparent) background to go behind the text on all pages (except the home page). Is that possible?

    I know I can give the blocks of text a background colour in the page editor but to do this for every single block on every page of the website will take a lot of time and therefore I was wondering if it would be possible to do something similar in an easier way.

    I would also like to know how I can change the colour of the text of the home icon menu on the homepage.

    I hope you can help me!

    Thank you 🙂

    Sam

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey Sam,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .entry-content {
        background: rgba(255,255,255,.5);
        padding: 20px;
    }
    .home .entry-content {
        background:transparent !important;
    }

    You can change the color of your icon menu text with this css:

    .home-iconmenu a h4, .home-iconmenu a p {
        color: red;
    }

    Hope that helps!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Background behind text’ is closed to new replies.