Child Style CSS
-
Hello, I would to modify the body color of my actual theme (child theme was installed with a plugin). I have installed a child theme and now I would edit the style.css of this theme. I have tried to write into style.css but this not works. Instead, if I modify the style.css (in CSS Folder), it works fine.
This is the content of style.css in child theme:
/*
Theme Name: ##### – WordPress Child
Theme URI: http://www.########.com
Template: #####
Author: ########.com
Author URI: http://www.########.com
Description: ##### is a fully customizable premium WordPress multipurpose theme for your corporate blog or website. The theme is powered by Warp Framework and is fully localized/internationalized, has been tested in all major browsers so you can be sure your users will see your website correctly and fully supports RTL websites.
Version: 2.6.1.1544549429
Updated: 2018-12-11 17:30:29
*/I have tried to add simply the next code:
body{
color: #3d3d3d;
}How I can do it using the child theme? Thanks. (ambrix.net)
The page I need help with: [log in to see the link]
The topic ‘Child Style CSS’ is closed to new replies.