• Resolved seasonsesame

    (@seasonsesame)


    I’m a begginer and i just happen to fall in love with this theme, for my first website, i would like to remove that black color from the background, i been reading some comments here about changing the background and i edited the style.css the shadding gone away but the black stripe remains, i would like to use a plain color like yellow, or purple… but not mixed with black, how could i change this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi seasonsesame,

    I installed your theme on my server and got to this:

    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    1st part:

    .bg-shader.master {
        background: red;
    }

    or

    .bg-shader.master {
        background: red!important;
    }

    2nd part:

    .wrapper:after {
        background: yellow;
    }

    or

    .wrapper:after {
        background: yellow!important;
    }

    3rd part – footer:

    .credits {
        background: red;
    }

    or

    .credits {
        background: red!important;
    }

    If it does not work to your taste then:
    Can you post url of your website, it would be easier to see and try to resolve issue

    Thanks
    Cheers
    TR

    Thread Starter seasonsesame

    (@seasonsesame)

    tahoerock it worked thanks alot… i installed the plugin for css(i didnt know about this) thanks again, but there is a stubborn stripe now in yellow(which before used to be black) but can manage to use like this, because anyway it’s a amazing free theme!

    Hi seasonsesame,
    Im glad it worked to your satisfaction.
    If u need help with a stubborn stripe now in yellow, I would need URL of your website to see what you mean.
    Cheers
    TR

    Thread Starter seasonsesame

    (@seasonsesame)

    Hi, tahoerock thanks, do you know how i can change the menu color from black t other color? Also my logo does not fit in the screen i made it like a banner/header to try imitate the theme pintores :/ actually i’m trying to copy that colors… Where i could get some codes, is this css or html language?

    Hi seasonsesame,

    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    Change the menu color from black to the other one:

    .navigation {
        background: red;
    }

    or

    .navigation {
        background: red!important;
    }

    For rest of the Q I need URL of your website!!!!!!!.

    Cheers
    TR

    Thread Starter seasonsesame

    (@seasonsesame)

    Worked very well. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove the black background?’ is closed to new replies.