Posted: July 26, 2014 at 1:20 pm
Hi there, |
|
Hi, You can inspect any element on a page using Chrome developer tools or Firebug. This will tell you the exact CSS that is in use. You can then add new CSS to your child theme or through a plugin like My Custom CSS or Reaktiv CSS Builder. https://eventespresso.com/wiki/hide-certain-elements-event-espresso-pages-using-css/ — |
|
Thank you Lorenzo. I have the Custom CSS plugin but I don’t know how to find the CSS code for the title of events. Can you please help me out? |
|
|
Hi Ted, If you are using Chrome or Firefox you can right click on the element and inspect element – here’s a tutorial, though I’m sure if you Google it there are others: http://www.html5rocks.com/en/tutorials/developertools/part1/ In this case try the following: .espresso_events div.post_title h2 { font-size: 26px; } |
Thank you Dean, I added the code to My Custom CSS plugin and saved it, but nothing changed. I even increased the font size to 56pix but everything is the same. What can I do please help me as I don’t know anything about programming. |
|
Hi, Can you post a URL to the page with the event list? — |
|
Hi Lorenzo, Here it is |
|
Thanks. This should work for you: .espresso-event-header-dv h2.entry-title{font-size:large} — |
|
You are awesome! Thanks a lot. Is it possible to make it a little bolder as I can post the feature image (according to other post)? |
|
.espresso-event-header-dv h2.entry-title{font-size:large;font-weight:bold} — |
|
Awesome! You are my hero, just if you can find a way to set the feature image as I posted in another topic here. Just in case if I want to increase the size what would replace “font-size: large” to? |
|
You could try something like this: .espresso-event-header-dv h2.entry-title{font-size:28px;font-weight:bold} — |
|
That is perfect. Now I can change the font size if I need to |
|
The support post ‘Changing Font size for event list’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.