• I been building a site based on your theme.

    However I want subpages (main class?) have that black/transparent background (just like on those post excepts on the front page) so the content will have better visibility. Now subpages look like a mess… and the frontpage looks awesome. I guess something needs to be added to the CSS? Plz help me out.

    • This topic was modified 6 years, 6 months ago by ceqore.

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

Viewing 1 replies (of 1 total)
  • Theme Author Carolina Nymark

    (@poena)

    Hej

    You can try some thing like:
    .page .site-main,
    .single .site-main{
    	    background: rgba(0, 0, 0, 0.9);
    	    padding: 24px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Transparent background on subpages’ is closed to new replies.