Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2160738
Return home button bottom of page
Closed

Comments

  •  1
    Adrianne started the conversation

    Hello and thanks, 

    Is there a way to make the 'return to top of page button' at the bottom of the page bigger at all please?

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    #footer-section .go-to-top-parent span{ font-size: 14px; }
    

    Best Regards,

    PenciDesign

  •  1
    Adrianne replied

    Thanks, I will try that! 

  •  1
    Adrianne replied

    Hey again, 

    That works to increase the size of the font, but I am looking to increase the actual button in the right corner, is there a somewhere in the settings I can increase the size on that please?

    Cheers 

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-go-to-top-floating{ width: 48px; height: 48px; line-height: 46px; font-size: 36px; }
    

    Best Regards,

    PenciDesign

  •  1
    Adrianne replied

    Thank-you! Appreciate that.