Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #708314

    Hi there, on my site http://wordpress.p367756.webspaceconfig.de/ the Xing Button is in the very bottom footer on the right side. Can i get the Xing Button bigger and change its color like it is in hover status ( green )? And further on: The button should be displayed directly right from “© Copyright – YourImage.net” Thx a million for help! Henrik

    #708326

    Hi Rico008!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #socket .av-social-link-xing a {
        color: #fff;
        background-color: #006567;
    }
    #socket .social_bookmarks {
        float: left;
    }

    Regards,
    Yigit

    #708366

    Thx, button is now on the left side. But it should be displayed always in green color, not only in onmouse over status like it is right now. regards henrik

    #708368

    Hey!

    Please change the first part of the code to following

    #socket .av-social-link-xing a {
        color: #fff;
        background-color: #006567!important;
    }

    It is currently not being applied however addding !important rule should fix it.

    Regards,
    Yigit

    #708377

    Hi Yigit, great work! thx a million! Regards Henrik

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change appearance of Xing Button’ is closed to new replies.