• You need to move the button up from the right side of the page to the left or completely remove this button from the site. How to do it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi kristybl,

    Thanks for contacting us,

    please share a screenshot of the issue you are facing, so that we can help you better regarding that.
    Looking forward to helping you.

    Thanks

    Thread Starter kristybl

    (@kristybl)

    here is this button up

    Thread Starter kristybl

    (@kristybl)

    I can not insert a screenshot. i’m talking about the standard up button is blue right

    Hi kristybl,

    Do you want to remove this button, please see the screenshot link
    : http://prntscr.com/lbp1ye

    If yes, then you paste the following css code into a custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed).

    .top-callout-section a
    {
    display: none !important;
    }

    If you want anything other than this, please tell me through the screenshot using this tool: http://prntscr.com/

    Thanks

    Thread Starter kristybl

    (@kristybl)

    scroll up button. blue in the lower right corner of the screen. how to remove it?

    Hi kristybl,

    For this paste the following css code into a custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed).

    .hc_scrollup
    {
    display: none !important;
    }

    Thanks

    Thread Starter kristybl

    (@kristybl)

    It does not help. I tried to insert the code, the button in place. The code is inserted in style.css

    • This reply was modified 5 years, 5 months ago by kristybl.

    HI kristybl,

    It’s working perfectly at our end, you can also check screenshot link, how to use css code in custom css field: http://prntscr.com/lbsyey.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change up button?’ is closed to new replies.