• Resolved sluder1

    (@sluder1)


    I hope I posted in the correct spot, this is the first time I’ve been the support forum.

    First off love the plugin, its a great feature on our site. I liked the new update, with the prev and next links to go forward and backward for the months. my question has to do with those links, is there a way to make the font of those links smaller, when I change the font with my theme it changes all the text in my sidebar. I would like to reduce the font a little, if you can let me know where I can find that code, or where to adjust it that would be great.

    https://wordpress.org/plugins/google-calendar-events/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hello,

    You should be able to add something like this to your theme stylesheet to change the size:

    .gce-next, .gce-prev {
    font-size: 12px;
    }

    That should change the font size for both the next and prev text. If it still doesn’t work then we may need to add more specificity so just let me know how it goes.

    Thanks!

    Thread Starter sluder1

    (@sluder1)

    I tries the code nothing changed, I tried adding it to my custom CSS option in my theme as well as to the calendar plugin. and it didn’t change anything, I right clicked and hit inspect element and pasted the code below. In that if you change the font-size: 15px, you can change the size but I can’t find that code anywhere to change it.

    #content p, #content ul, #content ol, .sidey, .sidey a, table, table td {
    font-size: 15px;

    Thread Starter sluder1

    (@sluder1)

    I found the code to fix the font size, its buried in style sheet. Thanks for your help

    Plugin Contributor Nick Young

    (@nickyoung87)

    Glad you were able to get! Let us know if you need any more help.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Widget prev & next link font size’ is closed to new replies.