[ad_1]
Hello! I am new with website building. I am trying to fix 2 issues but I couldn’t find the correct folder that the css included. Is there any way to do it?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
I guess you are using wordpress. What theme are you using? Generally, you shouldn’t mess around with the theme files, and create a “Child Theme” to do the modifications there. That’s because when the theme updates, all your changes would be lost.
Once you have the Child Theme active, use the browser inspector to find what you want to modify, and add the CSS to your child theme, be it using a snippets plugin or on writing the code on the additional CSS section of your theme.
Right click > Inspect – the CSS panel tells you the file the CSS is located in.