H3 Sidebars without background?
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Hi,
I’m trying to get remove the background of my .sidebar h3 using a child theme, but nothing seems to be working. I want the sidebars h3s to be just text with no gradient background. Is this possible at all?
I used firebug to turn off code to give you an idea of what I want it to look like. I just can’t seem to achieve that with my child theme.
http://i15.photobucket.com/albums/a391/aducale/Screenshot2012-02-02at84443AM.png
You could try something like this in your child theme or custom css:
.sidebar h3 {
background: none;
border-bottom: none;
}
Perhaps your child theme is not set up correctly?
What is the name (be exact) of the directory where your child theme is installed?
That worked when I entered it into the Custom CSS not in my child theme though. Weird.
If you’re using any caching plugin, child theme css won’t take effect unless you clear the cache.
Viewing 5 posts - 1 through 5 (of 5 total)
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.
Made with by Graphene Themes.