Support » Plugin: The Events Calendar » [Plugin: The Events Calendar] Changing the widget colour of the "View All Events" link.

Viewing 6 replies - 1 through 6 (of 6 total)
  • jonahcoyote

    (@jonahcoyote)

    Hey guycarb, you can accomplish this with some simple CSS. Just target the link 🙂

    .tribe-view-all-events {
    color: #fff;
    }
    Thread Starter guycarb

    (@guycarb)

    Thanks for the prompt reply jonah but the trouble I was having was finding the right CSS to edit, and it was:

    .eventsListWidget .dig-in a {
             color:#fff;
    	padding:2px;
    	font-size:16px;
    	text-decoration:none;
    }

    …once I found that I was able to change the size and add some padding!

    Thanks again for your help!

    jonahcoyote

    (@jonahcoyote)

    You’re welcome!

    johncapone

    (@johncapone)

    Can you tell me where you found the css please? I am trying to do something similar and change the size of the date and time line on the events list sidebar widget because it it is spilling onto two lines on my theme.

    http://tabletograve.com/

    Thanks,
    John

    Thread Starter guycarb

    (@guycarb)

    The .css file that I worked with was located in the folder found below:

    …wp-content\plugins\the-events-calendar\resources\events.css

    Hope that helps!

    jonahcoyote

    (@jonahcoyote)

    If you guys are making changes to wp-content\plugins\the-events-calendar\resources\events.css make sure you make a copy and place it in an ‘events’ folder in your theme otherwise your changes will be lost the next time you update 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: The Events Calendar] Changing the widget colour of the "View All Events" link.’ is closed to new replies.