Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #878843

    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.

    #878849

    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

    #878872

    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!

    #878892

    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

    #878897

    ah. ok. thanks.

    #878958

    Hi,

    Glad that Mike helped you. Let us know if you need more assistance :)

    Best regards,
    Nikko

    #1209306
    This reply has been marked as private.
    #1209312
    This reply has been marked as private.
    #1209316

    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
    2020-05-03_112839.png
    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.