Where to put the code?
-
Hi I’m using https://demo2.woothemes.com/artificer/ theme from woothemes. I have just download the plugin and upload the image. Then, I try to put code into the custom.css file but nothing show up.
As show as blow:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
* WOO CUSTOM STYLESHEET --------------------- Instructions: Add your custom styles in this file instead of style.css so it is easier to update the theme. Simply copy an existing style from style.css to this file, and modify it to your liking. */ /* GLOBAL STYLES ---------------- Add styles beneath this line that you want to be applied across your entire site */ /* DESKTOP STYLES ----------------- Add styles inside the media query below that you only want to be applied to the desktop layout of your site <?php if ( is_front_page() ) { if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } } ?> */ @media only screen and (min-width: 768px) { /* Desktop styles go here */ }
Thank you
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Where to put the code?’ is closed to new replies.