there’s…
1) WP admin > Appearance > Customize > Additional CSS
&
2) WP admin > Appearance > Editor > Stylesheet (style.css)
which is the better place to add my own css styles?
note: i am using a “Child” theme of Enfold.
also, i see via FTP where #2 is (wp-content/themes/enfold-child/style.css)
but i cannot find where (what file) the #1 additions are kept.
anyone know?
thanks.
Hey SyberKnight,
Since you are using a child theme WP admin > Appearance > Editor > child theme > Stylesheet (style.css) is best.
Also clear site and browser cache after changes.
Best regards,
Mike
thanks Mike.
two followup questions then…
1) i’m still curious where the other css is kept; i’ve ftp’ed in & poked around but cannot find it.
2) how do you clear the site cache? i know how to clear browser cache.
is it possible to do withOUT yet another plugin?
THANKS!
Hi,
I meant any site caching plugin, sorry I got to start wording that better :)
The other two css is custom.css and dynamic-css.php which is keeped in your database.
Best regards,
Mike
ah. ok. thanks.
Hi,
Glad that Mike helped you. Let us know if you need more assistance :)
Best regards,
Nikko
Hi,
Thank you for the login and link to page, I see that we are using this css, which I added to your Enfold Theme Options > General Styling > Quick CSS field:
.jf-image-shadow { box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35) !important; }
The first part is the class which we will add to the images we want to have the box shadow jf-image-shadow
please notice there is no dot before the class, the dot is used only in the Quick CSS field.
Now your box-shadow is working on the first two images that I added the class to, please clear your browser cache and check.
Best regards,
Mike