Hello. I added the files for the Enfold theme after creating my own custom therme that includes styles.css. However, within the Enfold theme I don’t see the custom.css file within my dashboard on wordpress. I believe it wasn’t added for some reason. I have it in my downloads and I can ftp it over to the server, or alternatively, can add it to the custom theme that I created. What would you suggest? The customization I want to do it mostly related to .css only, such as color and opacity. Thank you for your help!
Hey webdevsd!
The custom.css file isn’t pulled into the editor within the WordPress admin since its not included. Its only enqued which WordPress doesn’t then include in that editor view.
But if you look at your site source code the custom.css file is being included into the page so you can either add your css there or to the Quick CSS field in the styling tab of the theme options.
Best regards,
Devin
Thank you for your prompt response.