Forum Replies Created
-
AuthorPosts
-
So I see the code is in the quick CSS. I’m beginning to get very frustrated as I keep asking for assistance in helping the child theme function properly and I keep getting every other answer that I’m not looking for. I should be able to place that css into the child theme and have it function. Please assist me in getting that to work.
-
This reply was modified 9 years, 2 months ago by
koskinencreative.
That’s strange since I know the dot wasn’t to be there but I had previously tried it the way it should have been (which is as you wrote it) and it did not take for me. Is that in the child theme or the Quick CSS?
Ok. Sent. See private section.
Also I tried deactivating plugins to see if that could be a conflict and it’s not.
I did notice in the FTP that in the “uploads” folder > dynamic_via > there is an enfold.css and an enfold_child.css (which to me, I’m not sure if that could be something or not). I’m not certain that is something that should be there or not.
I tried that as well and it’s not working. I really need the child theme and need to figure out why that is not taking.
I just tried adding the following into the Quick CSS, saved it and it did nothing:
h1 {
color: #3ea9f5;
}I have not since I’d rather keep all CSS within the child theme so when Enfold updates, I do not lose all of my customization.
As I’m looking through my FTP in the wp-content folder > uploads > dynamic_avia there is an enfold.css and an enfold_child.css. Not sure if those are meant to be there or if that’s what could be causing a conflict.
Hi Basilis,
This is the code in the Child Theme CSS file:
/*
Theme Name: Enfold Child
Theme URI: http://koskinencreative.com/enfold-child/
Description: Koskinen Creative Child Theme
Author: Kriesi
Template: enfold
Version: 1.0
Text Domain: enfold-child
*//*HEADER TAGS*/
h1 {
color: #3FA9F5;
} -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts