How do I see the theme's existing CSS?
-
I’m using the ‘Shine On’ theme and need to get rid of the image directly under the horizontal menu bar. Any idea how I can see the existing CSS to remove this? Any help appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there, since the CSS for each theme is in several different CSS files, the best way to find the CSS you need is by using the web inspector built into your browser. We have some short screencasts on How to Find Your Theme’s CSS using the web inspectors which will get you started.
Here is the CSS to get rid of the image below the navigation on your site using Shine On.
.site-header:after { background: none; } -
- The topic ‘How do I see the theme's existing CSS?’ is closed to new replies.