Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857326

    DoebankDesigns
    Participant

    You can see in the screen shot the plus symbol. I’d like to change it to an eye icon. I tried adding the appropriate CSS, but it just gave me a square box instead.

    #857330

    DoebankDesigns
    Participant

    I’ve re-uploaded the screen shot here.

    #857335

    DoebankDesigns
    Participant
    This reply has been marked as private.
    #857852

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .tg-item .tg-icon-add:before {
        content: "\e900" !important;
    }

    Hope that helps. 🙂