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
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
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
Worked very well. Thanks!