At the bottom of the page under the map there is a line. I had two but managed to find the CSS to remove one by using:
.post {border-bottom: none;}
I have tried replacing .post with .page and .content to remove the other but of course it did not work. I also tried to find the line via firebug but couldn’t. What CSS would remove that line?
You guys do such a great job and I for one really appreciate your help.
Right click is disabled, so it’s impossible to use any developer tools.
As a side note, this is really annoying to users who want to right click to open links in a new tab, or do anything else using a contextual menu, and it does nothing to prevent someone from stealing your content. You may wish to let your client know.
Tested it on my site since yours doesn’t support right clicking.
Code defining this line:
#footer {
background: url('images/sprite_h.png') repeat-x scroll left -1352px #111;
}
Add the following to your child theme style.css:
#footer {
background: #FAEBD7;
}
#FAEBD7 is the light red color that your footer background has.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.