Hi everybody!
Once again, thank you so much for all your work and your help.
I would like to change the FONT SIZE on the widget “Events List: Upcoming Events”.
Does anybody know where can I change it?
Thanks for all your help!
Hi fguijarrob – that should be doable with some CSS, but may vary from theme to theme. I did look at the URL you provided but could not in fact identify any event related pages or widgets so am unable to offer up a snippet here.
Hi Barry!
Thanks a lot for your answer.
I am still developing the site, so I have uploaded it on http://www.o-dvision.com/front
The size font that I want to change is the link “COTERIE NYC” in the following section that appears on the foot of the page:
Upcoming Events
1.Coterie NYC
September 17 @ 9:00 am – September 19 @ 5:00 pm
View All Events
I was trying to find the place to change the font of that widget but I couldn’t do it.
Thanks for your help!
Fernando.
Hi Fernando, so a rule like this should do the trick:
#widget-footer h4.entry-title { font-size: 2em; }
You could add this to the bottom of your theme’s stylesheet or some other suitable location your theme makes available for custom CSS (or else follow the steps in our Themer’s Guide, linked to above).
Hi Barry!
Thank you so much for your post! I finally have copy the line you sent me and have changed 1em instead of 2m and it works perfectly!
Thanks a lot!!