[CSS Customizations] How to remove the gradient on header tags
-
Topic
-
The Alyeska theme has a unique styling on header tags (i.e. h1, h2, h3, h4, etc). Basically, a transparent gradient image is overlaid over top these header tags to give the elusion the text has a gradient on it. This can sometimes cause problems with other 3rd-party plugins that may be incorporating header tags into unexpected scenarios, or maybe you just don’t like the effect to begin with.
Here’s how you’d hide it throughout your site with CSS:
.header-shade { display: none !important; }
========
For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme or in the “Custom CSS” option on your theme options page.
Also, here’s a helpful tutorial on how to use Firebug – http://vimeo.com/20917974. The only thing I’d suggest not doing is actually making edits to the theme’s CSS files, as it shows at the end of that video. However, the video serves as a good introduction to Firebug and how it can be used to find what CSS is effecting certain areas of your site without ever digging around in any files.
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.