• Resolved TVoltz

    (@tvoltz)


    Great plugin but I need an edit. In the member settings, I would like to add the text

    • Read Bio
    • rather than display the icon link – is there an option for that? We are currently linking the team member’s profile image to a bio page on the website. Thank you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support vidyakv

    (@vidyakv)

    Hi @tvoltz,

    Thanks for reaching out to us.

    Please use the below CSS snippet in the Custom CSS field of your team’s edit page.

    .awsm-social-icons .awsm-icon-link::after {
    content: "Read bio";
    display: block;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    }
    .awsm-social-icons .awsm-icon-link::before {
    display: none;
    }

    Regards,
    Vidya k v

    Thread Starter TVoltz

    (@tvoltz)

    Thank you, this worked perfectly! I appreciate your help.

    This work around worked very nicely. Using style 3, I would like the user to be able to click on a link when they hover over the picture. Do you have the css for that?

    Plugin Support vidyakv

    (@vidyakv)

    Hi @tbarnette,

    In Card Style 3 the social links are clickable when you hover over the image. You can check the demo here.

    Regards,
    Vidya K V

    Thanks for the quick reply. I know the social links are clickable. I would like the whole pop up to be clickable link when it pops over the picture.

    Plugin Support vidyakv

    (@vidyakv)

    Hi @tbarnette,

    Unfortunately, it is not possible.

    Regards,
    Vidya K V

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Replace link icon with text’ is closed to new replies.