-
AuthorPosts
-
September 7, 2015 at 11:01 pm #499569
center circle border in image.
September 8, 2015 at 1:45 pm #499849Hi wiwaldi79!
Please remove following code from your Style.css file of your child theme
#top #wrap_all .av-social-link-facebook a, #top .av-social-link-facebook a { color: #fff; background-color: #37589b; }
and then add following one
#top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-facebook:hover a { color: inherit !important; background-color: inherit !important; }
and then find following one
.av-styling-circle .avia_image { padding: 10px; background-color: white; }
and change it to
.av-styling-circle .avia_image { padding: 10px!important; background-color: white; }
Best regards,
Yigit- This reply was modified 9 years, 2 months ago by Yigit.
September 8, 2015 at 1:51 pm #499855Done. Looks good thank you so much! Only the facebook icon is still blue. is there a way to make all icons gray and only white on mouse over?
September 8, 2015 at 1:54 pm #499857Hi!
Have you removed the first code i posted? Facebook should be just like others. and then change the big code above to following one
#top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-facebook:hover a { color: inherit !important; background-color: white !important; }
Cheers!
YigitSeptember 8, 2015 at 1:54 pm #499858and the colored button on mouse over :) blue – facebook, red – google+ and so on.
September 8, 2015 at 1:55 pm #499859Yes. code updates done! :)
September 8, 2015 at 1:57 pm #499862Sorry but i explained it wrong. the icons should stey gray and on mouse over the should get white and also show the colored square. sorry my mistake? ;(
- This reply was modified 9 years, 2 months ago by wiwaldi79.
September 8, 2015 at 1:59 pm #499864And can you help me to get the numbers a few pixels up.
September 8, 2015 at 2:00 pm #499867And can you also add the text ” *Pflichtfelder”
September 9, 2015 at 11:48 am #500319Hi!
numbers are aligned in center and “Pflichtfelder” is als showing fine for me. Could you fix it?
Best regards,
AndySeptember 9, 2015 at 12:01 pm #500326CLOSED.
-
AuthorPosts
- The topic ‘center circle border’ is closed to new replies.