Adding rtl.css and blue.css ro Figero Theme Child

Discussion in 'Figero WordPress Theme' started by rostin, Jan 2, 2013.

  1. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    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,
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    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.
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    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.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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.
     

Share This Page