Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #393401

    How would one remove the return to top hot link that appears in the bottom right when one begins to scroll?

    #393436

    Hey coreyblaser!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a#scroll-top-link {
    display: none !important;
    }

    Regards,
    Yigit

    #393464

    Thanks 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?

    #393646

    Hey!

    It should have worked fine. Can you please post the content of your custom.css using http://pastebin.com/ ?

    Cheers!
    Yigit

    #393913

    Hi 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. :)

    #393923

    Hey!

    You are welcome, we are always happy to help :)
    You could have used Style.css file of your child theme. Please ignore if you would like to use custom.css file to add your custom codes only.
    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.