Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #499569

    center circle border in image.

    #499849

    Hi 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.
    #499855

    Done. 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?

    #499857

    Hi!

    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!
    Yigit

    #499858

    and the colored button on mouse over :) blue – facebook, red – google+ and so on.

    #499859

    Yes. code updates done! :)

    #499862

    Sorry 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.
    #499864

    And can you help me to get the numbers a few pixels up.

    #499867

    And can you also add the text ” *Pflichtfelder”

    #500319

    Hi!

    numbers are aligned in center and “Pflichtfelder” is als showing fine for me. Could you fix it?

    Best regards,
    Andy

    #500326

    CLOSED.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘center circle border’ is closed to new replies.