Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #100623
    MistyE
    Participant

    Hi, I switched my color scheme to “dark” and now have a grey border around all of the content. Is there a way to remove this border and just have a black background for my content?

    Here is my page: http://www.insanehydro.com

    #100646
    Mahesh
    Keymaster

    @mistye: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #branding, #main, #site-generator {
        background-color: transparent;
    }
    
    #access {
    	background: transparent;
    }

    Regards,
    Mahesh

    #100672
    MistyE
    Participant

    Mahesh,

    It did not work. Any code I have googled and tried adding to my custom CSS has not worked. I copy and past so I know I’m not missing any punctuation. What am I doing wrong?

    #100673
    MistyE
    Participant

    Mahesh,

    Never mind, it worked! I just had to re-apply the theme. Thanks!

    #100763
    Mahesh
    Keymaster

    @mistye: Glad it worked. May be a cache problem. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing Header’ is closed to new replies.