-
AuthorPosts
-
May 20, 2014 at 12:54 am #267073
I am trying to change theme colors that effect, the highlight color in the menus, the icon and highlighted font colors and additionally, I need to add some formatted disclaimer text to the footer…I tried to add the
#footer:before {
content: ‘My Text”;
}and this has had no effect..exactly as the color changes made in the general styling options. I am using safari with the web cache disabled and have in addition to that cleared the cache…
What is going on?
May 20, 2014 at 1:10 am #267078http://www.w3schools.com/cssref/css_selectors.asp
#footer:before
#footer::beforeMay 20, 2014 at 1:16 am #267079Just tried that syntax…did not work either…
I think something must be corrupted…
May 20, 2014 at 1:27 am #267081thats because its not just the syntax that is wrong but the semantic as well.
You write that you want to add something before the element with the ID “footer”
But as far as i understand, you want to add something before the first element inside the footer.So it would be like:
#footer>.container::before
But why dont you just work with the widgets to add something to the footer?
May 20, 2014 at 1:31 am #267083I know there are probably a few ways to address getting my disclaimers on the footer…but I was thinking that if the quick.css was not working in addition to the general color styling there was most likely something more going on than meets the eye…to tell the truth I am much more interested in getting the icons and highlights to match the branding they are supposed to…but I can not get them to change color with the settings in the general styling options….could be related?
May 20, 2014 at 1:34 am #267085can you post a link to the website please?
May 20, 2014 at 1:41 am #267086here is the link to the website: http://mq38.com/
May 20, 2014 at 1:53 am #267091I dont see any quick css added to the enfold css.
I’d try to check the file permissions.The file permissions should be set to 644 (755 for folders)
May 20, 2014 at 2:31 am #267103thank flikk…i will try that…and post result here.
May 20, 2014 at 1:18 pm #267265Hi!
Please try and let us know so we can mark this thread as resolved or assist you further :)
@flikk thanks!Regards,
YigitMay 20, 2014 at 3:32 pm #267332quick css is not working after changing permissions to 655 and general styling changes to theme colors are still not reflecting either.
May 20, 2014 at 3:40 pm #267338Incidentally, I changed the permissions but could not find the quick.css file…which directory stores that file?
May 20, 2014 at 4:23 pm #267355Custom CSS:
/wp-content/themes/enfold/css/custom.cssQuick CSS should be written at the end of:
/wp-content/uploads/dynamic_avia/enfold.cssYou can either use the Quick CSS that you can access through your theme options, or you’re using the custom.css file to write your CSS.
So if you want to use the quick css, enfold needs the permission for the enfold.css
May 20, 2014 at 4:49 pm #267379Hey!
The quick css code is added to the dynamic stylesheet located in wp-content/uploads/dynamic_avia/enfold.css. Try to delete the entire dynamic_avia folder and re-save the theme options. Enfold should create the folder again and also regenerate the dynamic stylesheet.
Best regards,
PeterMay 20, 2014 at 4:55 pm #267382I appended:
#footer::before {
content: ‘Disclaimer’;
margin-left: 12%;
font-size: 10px;
font-family: “EBGaramond”, Georgia, Times, serif;
font-weight: normal;
}to custom.css to no result…
I have a lengthy disclaimer that needs to be added and need formatting control over it and the widgets don’t do the trick for me…should not be that hard to get it working…I would imagine…but I have not figured it out yet
I did change the permissions to all the .css files…but that did not work…anyidea why its not seeming append properly? I am veru interested to understand why all these formatting options for color and the custom css seem to be not flowing through to the front end…
May 20, 2014 at 5:57 pm #267428Thank you peter…I backed up my avia folder…and removed it. I set a bunch of different general styling parameters…and this is what I got…
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2014-05-20_1145_EnfoldIsssue.png
The cyan white boxed are left over tests I was trying to see it any formatting was flowing through by using the advanced styling options…now I can not get rid of these even though I have no advanced styling and deleted the avia folder several time…perhpas this css is stored somewhere else…and is it possible that the advanced styling may have broken things? I would like to change the theme colors and for the icons to go with it…but nothing I am doing seems to flow through to the front end.
AND i need to put a disclaimer in the footer for my client will to be complying with regulations…
May 21, 2014 at 5:11 am #267788 -
AuthorPosts
- You must be logged in to reply to this topic.