Question about Get in Touch box / Back to Top button / Add Social network Icons

Hi Developer,
I just wonder 
1. How can i remove link of telephone number in Get in Touch box?
2. How can i change color of arrow in back to top button?
3. Can I add more social network icon (Circle style) what's code do you use?

Thank you.
Best regards,

Comments

  • Hi,

    1. For that you need to modify theme files. For shortcodes is responsible functions/theme-shortcodes.php file.

    2. To change "back to top" icon color, please use below css:
    #Footer .footer_copy a#back_to_top i { color: #000 !important; }
    3. Where you want to add more social style icons?
Sign In or Register to comment.