-
AuthorPosts
-
February 9, 2015 at 11:41 pm #393401
How would one remove the return to top hot link that appears in the bottom right when one begins to scroll?
February 10, 2015 at 1:21 am #393436Hey coreyblaser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a#scroll-top-link { display: none !important; }Regards,
YigitFebruary 10, 2015 at 4:06 am #393464Thanks Yigit. I don’t mind adding a few things into the Quick CSS, but I would rather they be housed in the custom.css. Why do certain styles, like this one, fail in the custom.css file? It looks like it is the last stylesheet that affects these elements to load.
Am I missing something in the configuration of the framework that does not allow the custom.css to override them?
February 10, 2015 at 1:07 pm #393646Hey!
It should have worked fine. Can you please post the content of your custom.css using http://pastebin.com/ ?
Cheers!
YigitFebruary 10, 2015 at 7:40 pm #393913Hi Yigit,
I think I have nailed down what the issue is and why the custom.css was not working. I am building off of a child theme for Enfold and had a custom.css folder’d exactly like the parent. It looks like it is not getting picked up by WP or the parent theme.
Moving the customizations to a special custom.css in the child theme and adding a hard css link under the wphead() function in the parent’s header.php has forced the overrides.
It’s not as clean as I would like, but it works.
Also, I wanted to thank you for all your help. You guys have been really great. :)
February 10, 2015 at 7:50 pm #393923 -
AuthorPosts
- You must be logged in to reply to this topic.
