Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #486792

    Hi,
    I would like to add a link to the social profiles menu. Currently the link is where the mail icon is in the upper right hand corner of the page. How do I replace that email icon with text?
    Thanks,
    Gabe

    #486858

    Hi connect4consulting!

    Please add following code to Quick CSS

    #socket li.social_bookmarks_mail a:before {
        content: 'text';
    }

    Best regards,
    Yigit

    #486865

    Hi Yigit,
    Thanks but that’s not working. The ‘text’ should be whatever I want the link text to be?

    #487188

    Hey!

    No, that should change mail icon to “text”. Please see – http://kriesi.at/documentation/enfold/custom-social-icons/
    If that too does not help, please elaborate.

    Cheers!
    Yigit

    #487287

    Hi Yigit,
    Okay so I followed those instructions but how do I put the text “Grantee Login” for the custom social icon link? The link is there but there’s no icon or text in the upper right-hand corner.
    Thanks for your help.
    Gabe

    #487651

    Hey!

    Please add following code to Quick CSS and adjust it as needed

    li.social_bookmarks_icon_name a:before {
        content: ' Text';
    }

    Regards,
    Yigit

    #516520

    Hi Yigit,
    It’s still not working. What I want to do is have the social menu like this:
    Facebook icon / Twitter icon / Grantee Login (just the words with a link – no icon)
    Please advise!
    Thanks – love your theme.
    Gabe

    #517566

    Hey!

    can you provide us admin access, so we can have a deeper look into it please? post login details here as private reply.

    Best regards,
    Andy

    #520627

    Sure – I appreciate it.
    The login details are below.

    #520998

    Hey!

    I added following code to Quick CSS

    li.av-social-link-icon_name a:before {
    content: "Grantee Login"; }
    li.av-social-link-icon_name a, li.av-social-link-icon_name {
        width: 120px!important;
    }

    Please review your website now

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.