Viewing 3 replies - 1 through 3 (of 3 total)
  • I would like to remove the text, too
    thanks, andrea

    I also want to change this text but the Setttings don’t change even though the save comes back with a ‘Tick’.

    This does not remove the text but hides it.

    .ssba-wrap {
    	visibility: collapse;
    }
    .ssba-wrap a {
    	visibility: visible;
    }

    You may need to adjust the horizontal position.

    To add a new line of text, I tried below but didn’t work quite well. The new text acts as part of the anchor tag so it becomes clickable.

    .ssba-wrap a:first-of-type:before {
    	content: "New Text";
    }

    All I can think of is to display text as background image of .ssba-wrap

    • This reply was modified 8 years, 5 months ago by sasori390.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove "It's only fair to share…"?’ is closed to new replies.