• Hi
    I’m using wordpress with my rtl theme. I created a child theme for my theme and whatever I do the style-rtl.css loads from parent theme. Here is my website and you can see the page source for style.css and style-rtl.css:
    http://www.tamtaragh.com/
    H have the style.css and the style-rtl.css in my child theme folder and the style.css loads from the child theme but RTL one doesn’t. Here is the code in the style-rtl.css:

    /*
     Theme Name:   Child theme
     Theme URI:    http://tamtaragh.com/wp-content/themes/child-theme
     Description:  Blaszok Child Theme
     Author:       Mohammad
     Author URI:   http://tamtaragh.com
     Template:     blaszok
     Version:      1.0.0
     License:      GNU General Public License v2 or later
     License URI:  http://www.gnu.org/licenses/gpl-2.0.html
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  child-theme
    */
    
    @import url("../blaszok/style-rtl.css");
    
    #mpcth_page_wrap #mpcth_main #mpcth_content_wrap .vc_row-fluid [class*="vc_col"] { padding-left: 0px !important; padding-right: 0px !important; }

    I’m wondering why the RTL loads from parent theme. I’ve read a lot of pages but didn’t get the correct answer.
    Thanks for any help

The topic ‘child theme style-rtl.css not loaded’ is closed to new replies.