Hi, I am using Figero Theme Child and I am able to make some changes to the theme without touching the original files. I'd like to do some changes to RTL.css and BLUE.css as well. Is it possible to add the to Theme Child? Thank you,
Hello, To do that you have to make "rtl.css" and "blue.css" file in child theme and then you have to give the path of the file after that you can make the changes in the theme.
Hi Harmeet, I copied rtl.css from Figerotheme/Color to Figerotheme-Childtheme and gave the path of the original file as follows: @import url("../figerotheme/color/rtl.css"); Unfortunatley, it did not work. Did I miss something? Thank you.
It is not possible to add rtl.css and blue.css in the child theme b'coz these files are in the sub folder (color). You need to change these files through main theme.