Hello,
I’m new to wordpress and a little confused. I installed a child theme. Using Firebug it tells me the place to make the change is the above mentioned. Is this correct? Opening the file with notepad++ the content of the file is quite confusing since it is not sorted the way .css files usually look. Can you please help.
Thanks in advance for your help. Neo.
Hey advocatusneo!
Make your changes to the child theme’s style.css file. The css in that file is what gets generated by your settings in the Styling tab of the theme options and the custom css field there as well.
Best regards,
Devin
Thank you Devin for your quick reply.
So you mean the style.css in /wp-content/themes/enfold-child? But this file does not contain any code to change. So I have to first add code that has (in this file) priority before the code in the other .php files of the parent theme, right?
But then Firebug does not help, because it referres to the enfold_child.css in /uploads/dynamic_avia.
Neo.