Popup Contact Form | Icon

Hello,
I would like to change the popup contact form icon to an own customized icon. 
1. Is it possible to integrate an own icon to the icon bar?
2. Then I want to change the background color of the button to my cd-color. Any way of doing this too?
3. Which color setting do I have to touch in order to change the color of the percentage value of the bars? I could not figure that out until now!

www.xpsilon.com the url of my webpage

Screenshot is included to this message.
Thanks for your feedback in advance,

Anand

Comments

  • Hello,
    1. No, you can use only the ones we got.
    2. To change the background color use this css
    #popup_contact > a.button {background:red !important; }
    3. Use this css to change the color of the bars 
    .progress_bars .bars_list li .bar .progress {
    background-color: #F87C09 !important;
    }
  • Hi, thanks for that, it works well.

    Another easy thing for you, most complicated for me. I would like to have a hover effect (change of color) for my facebook, google+ and twitter icons in the footer area. 

    www.xpsilon.com

    The other icons beneath those were automatically animated, when they were integrated. 

    I would like to habe a similar effect with the other icons too. Appreciate your support.

    Thanks,

    Anand

  • You would have to add a custom class to each a element because it cannot be targeted.
  • Hello,

    ok, I now am using the integrated social icon within the footer in order to link to the social sites. Can I change the icons (bigger and other colors)?
    Which css input is needed?

    regards,

    Anand 
  • Found the solution for hover color change and size. Do you have a solution for each icon separately in order to change color of each icon according to its corporate design
  • Found the solution for hover color change and size. Do you have a solution for each icon separately in order to change color of each icon according to its corporate design. 

    e.g google+ to red, and facebook to blue etc?
    thanks for feedback,

    Anand 
  • done- no feedback required! 
Sign In or Register to comment.