Child Theme
-
Hello,
I have been using Astra products and I am very happy with them. I have been running into an issue with using the child-theme and I am unable to find the solution. I have had this issue on multiple sites and I am needing some direction.I can successfully install and activate Astra’s child theme with FTP. My problem is that when I assign classes to sections or content on a page I am unable to see the changes when I code them in the style.css within the child theme (even with clearing the cache). I know that the child theme is connected successfully because I am able to see some changes when I use !important in my code. However, I know this is not best practice and my custom CSS almost never works.
Here is an example of what is not working…
.sectionHeader
{
color: red;
}I am assuming that my issue is that other CSS scripts or inline CSS are taking precedence? Looking for any advice.
- The topic ‘Child Theme’ is closed to new replies.