IceColdRum
Forum Replies Created
-
Forum: Plugins
In reply to: [Etsy Shop] I can’t get “block” CSS to work on mobile.Thank you, this makes the plugin much more usable on a smaller screen 🙂
Thank you your a star 🙂
Forum: Plugins
In reply to: [Event List] Event Details Font Size in Custom CSS?I eventually discovered adding the following to your custom css will make changes to the event details font size
.event-details { font-size: 1.1em;the default value is 0.8em but 1.1em is a nice fit I feel.
Forum: Plugins
In reply to: [Event List] Changing font size of event detailsYou are in luck Marlies23, I have been struggling to work out how to do this and eventually I found the time to take a look in the eventlist css file within the plugin zip and found that if you add this to your custom css you can change the font size.
.event-details { font-size: 1.1em;the default value is 0.8em but I found 1.1em was a happy medium, hope this helps you out
example on the society site I maintain http://www.iow.bcss.org.uk/?page_id=38
Forum: Plugins
In reply to: [Event List] Font sitze and headline in "detailed information"Hi,
I thought I’d give this ago with trying to change the event details font size but it doesn’t seem to have any effect?
.event-details h4 {font-size:18px;}