• Resolved nikkidoodlesx3

    (@nikkidoodlesx3)


    Is there a way to remove the black and white of the main content and side bar, or make them transparent so that my background image can show through? (Can be either through plug-in or child theme CSS)
    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter nikkidoodlesx3

    (@nikkidoodlesx3)

    I think I figured it out using transparency:

    .site {
    background-color: rgba(10,40,60,.1);
    }
    
    .site:before {
        background-color: rgba(10,40,60,.1);
    }

    So far so good 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘removing main colors on twenty fourteen?’ is closed to new replies.