• Resolved Izzuddin

    (@izzuddin)


    There’s a way to change the color of content background color. But how to make it transparent? where should i edit the code?

Viewing 1 replies (of 1 total)
  • Theme Author richarduk

    (@richarduk)

    Top options box, ‘Add CSS …’

    <style type="text/css">
    div.content {
    background-color:transparent;
    }
    </style>

    BUT – the content is contained within div.inner-wrapper, which in turn is contained within div.wrapper, in other words there will be divs behind div.content which will show THEIR colors.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make content background color transparent?’ is closed to new replies.