• Resolved bocage

    (@bocage)


    How do I make event dates in the small calender larger?

    I´m using the calender widget.

    For example a event occurs at november 21 and another occurs at november 25. I would like the numbers 21 and 25 to be bigger than for days without any event.

    I would like to get the code for get this done and where should I put that code?

    Thanks.

    http://wordpress.org/plugins/events-manager/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    try this css snippet in your theme style.css

    table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
     font-weight: bold;
    }
    Thread Starter bocage

    (@bocage)

    Thanks for your answer.

    I put your CSS snippet in my theme (Atahualpa 3.7.12) style.css but nothing has changed. The small calender widget looks the same as before.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    do you have sample link to your site?

    Thread Starter bocage

    (@bocage)

    The widget is placed in the inner right column.
    Title: Kalender utbildningar & evenemang

    Thread Starter bocage

    (@bocage)

    The calender is placed in inner right column
    Title: Kalender utbildningar & evenemang

    Hiya,

    This should work for you:

    table.em-calendar td {
        font-size: 110%;
    }

    Change 110% to your desired size.

    Thanks,
    Phil

    Thread Starter bocage

    (@bocage)

    Hi Phil.

    Unfortunately didn´t your snippet solve the problem when I put it in style.css. Nothing happens when I changed the font-size to 120% or 150%.

    Is there a way to fix it in the plugin itself?

    I’m not seeing Phil’s code in your stylesheet. Which file have you added it to?

    Thread Starter bocage

    (@bocage)

    I added the code i style.css. But I removed both Phil´s and your’s code because nothing happened.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    are you using a child theme?

    Thread Starter bocage

    (@bocage)

    No.

    Can you add it again so we can see please?

    Also, are you using caching and if so did you flush that cache after making the change?

    Thanks

    Thread Starter bocage

    (@bocage)

    Now I have added Phil’s code to style.css. I changed the size to 120%.

    How can I see if I´m using caching?

    I can’t even see your theme CSS loading. However, I do see some CSS styles added directly to the header of your pages, suggesting your theme is adding it’s styling in the wrong way.

    Are you able to contact the theme developer? The seeming lack of a style.css for you theme could be why your additions aren’t loading, and it would require that to be fixed in the theme.

    Thanks

    Thread Starter bocage

    (@bocage)

    Problem solved!

    The Atahualpa theme has an admin page where you can tweak the theme. It also allows you to place CSS inserts.

    I d’ont know in which file the snippet is added. But hey, it works!

    Thank you all for your good help.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How to make event dates in small calender larger?’ is closed to new replies.