clickmac
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] make home white background another colorhttps://www.trottyzone.com/ is the site
and thanks for the firebug as well.m \(^_^)/
border:0;
thanks mate! cheers ??
i believe its something with border..or something
a box with white lines are still there…would like it to disappear completely, like blend in with the back ground….??
how to do that?
and your code worked like a charm! thanks ??
been trying to do this for a while, so your help is greatly appreciated!
wrapper..the white part that you are seeing. thanks ??
so since i just changed it..cuz apparently it didnt save the first time…
how do i changed the background color?
regret, because when you upgrade, everything is lost ?? yeah thats bad!…
and <body class=”page page-id-587 page-template-default custom-background”>
what I’m i doing with this?
and i just changed the template on that pageto the full page (no sidebar) template…
and i did try the custom css first…and it didn’t work.. ??
#wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 4px;
clear: both;
margin: 20px auto 20px auto;
padding: 0 20px 20px 20px;
position: relative;
}.full-width-template #wrapper {
background-color: #00b5ed;
}.home #wrapper {
background-color: transparent;
border: none;
margin: 20px auto 20px auto;
padding: 0;
}right under #wrapper
style.css
I’ve tried
.full-width-template #wrapper {
background-color: #00b5ed;
}in my css
and nothing happened.