How to setup Icon size color and position for "Popup Contact Form | Shortcode" ?

How to setup Icon size color and  position   for "Popup Contact Form | Shortcode"  ?

For example, how to display it at the left-bottom  of the website?

Comments

  • Hello,
    You can change the color of it in the Theme Options > Footer, there you will find the "Back to Top & Popup Contact Form" section.

    But, changing position will require additional CSS code.
    If you don't know how to do it, please send us a link to your website, I'll create it for you.
    Thanks
  • thanks     my webist  is  ruitsem.com.    I  wnat to change it size color and  position
  • About the color I already explained you how to do that in previous post.
    All other things you can resolve with this code:
    #back_to_top.sticky{
    left:25px !important;
    right:unset !important;
    font-size:24px !important;
    }
    Please paste that code into the Theme Options > Custom CSS & JS > CSS
    Thanks
Sign In or Register to comment.