• Resolved llamas612

    (@llamas612)


    I decided to eliminate the default CSS that creates the “+ button” for adding shows to Google Calendar or iCal. However, when I did that, it replaced the button with “Add to Google Calendar” text. That is quite a bit of text (especially on mobile), and I’d like to shorten it. Is there any easy way to replace that text?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Andras Guseo

    (@aguseo)

    Hey there @

    If you would like to make them totally disappear, then this css snippet will help you do that:

    .gigpress-calendar-add {
        display: none;
    }

    If you would like to change the text, then I suggest the plugin called ‘Say What’, you can find it in the .org repo.
    Once you installed and activated that plugin go to Tools > Text Changes and add an entry like this.

    You can do the same with the ‘Download iCal’ string if needed.

    Let me know if this helps.
    Cheers,
    Andras

    Thread Starter llamas612

    (@llamas612)

    Worked for me! Thanks.

    Is there any non plugin way to accomplish this? I’m not afraid to edit php assuming that it’s not terribly complicated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change “Add to Google Calendar” text’ is closed to new replies.