Can't change the background clolor of "back to top"

  • 007me

    #7165

    Hi,

    When trying to change the background color of “back to top” (top part and lower part) I see the colors changed in the settings page but nothing changed when I refresh the page on my mobile device.

    It stays orange for ever.

    Udi.

    Admin

    Syahir Hakim

    #37222

    Do you have any caching plugin installed? Make sure you clear the cache if you do.

    Chris

    #37223

    I had this problem with Safari, only on my iPhone, but it showed up correctly in Firefox (using user agent switcher). If you’re ok with not having a gradient background, you can add this to “Custom CSS” in Graphene Neo Options under the “Display” tab (but change the color of course):

    .return-top { background:#8b0000; }

    This just replaces what the theme does with the linear gradient which is:

    .return-top{background:linear-gradient(#8b0000, #8b0000)}

    Admin

    Syahir Hakim

    #37224

    OK, I’ll fix this in the next update.

    007me

    #37225

    Syahir,

    I’m not using any caching plugin.

    I read Chris comment and your answer to him.

    So, when the next update is expected to be public?

    Admin

    Syahir Hakim

    #37226

    Soon. The fix has already been made, just waiting to see if there’s any more bugs to fix before rolling out the update.

    Admin

    Syahir Hakim

    #37227

    Latest update version 1.2.1 is now available and contains this fix.

    007me

    #37228

    Thanks, working.

Viewing 8 posts - 1 through 8 (of 8 total)

  • You must be logged in to reply to this topic.