• I am using a custom wordpress theme, which is using CSS produced with SASS. I did not create the theme and I am wondering what is the best way to edit the CSS?

    I have seen tutorials on how to get started but I have not found anything on how to work with a finished product.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Never edit anything in a theme because when the theme is updated, any changes you made will be wiped out.

    It is best to create a Child Theme: https://codex.wordpress.org/Child_Themes, then when the theme is updated, all you modifications will remain.

    Thread Starter rockavelii

    (@rockavelii)

    Thanks for the response. I tried adding a child theme but it did not work because the standard style.css does not control the site. It is main.css from the foundation folder.

    I would still like to know how to edit the SASS configured CSS

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to Edit SASS Produced CSS’ is closed to new replies.