• jamminjames

    (@jamminjames)


    How can we change font styles? The General Settings tab settings seem to have no effect. For example, I changed the font size of “Event Title Styles”, but there was no change.

    Also, there are no settings for “Style-1”, “Style-2”, etc, although you can specify that in the shortcode.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support shubham0095

    (@shubham0095)

    Hi @jamminjames

    In the video you can see everything is working on our end.

    Could you please share some screen recording and screenshots of the issue you are facing at your end?

    Thanks & Regards

    Thread Starter jamminjames

    (@jamminjames)

    What template has to be set in the shortcode for those settings to have an effect? In ours, we’re using “default”. Here’s our shortcode:

    [events-calendar-templates template="default" style="style-2" limit="5" time="future" order="ASC"]

    Also, when you set a style like style="style-2" is there any way to make changes to those styles? I don’t see any reference to them in settings, nor in your documentation.

    Plugin Support shubham0095

    (@shubham0095)

    Hi @jamminjames

    Current version of our plugin only allows you to change the color and font styling of the layout using plugin shortcode settings. These are the common settings for all the layouts. You can also remove or add the description , venue, social icons.

    Also, Default template refers to list layout and for more you can check the screenshot.

    Hope this helps.

    Thread Starter jamminjames

    (@jamminjames)

    Re: “allows you to change the color and font styling of the layout using plugin shortcode settings” — how? I don’t see in the shortcode documentation any settings for color and font styling. Only “style-1”, “style-2” etc, but those don’t seem to do anything. Can you create CSS for “style-1” etc, in a child theme? Can you use, for example, a CSS class setting like:

    .style-1 {
    color: blue;
    font-size: 16px;
    }

    Or how is “style-1” etc used?

    Plugin Support shubham0095

    (@shubham0095)

    Hi @jamminjames,

    Please add the custom CSS code given below to change the title styles:

    #ect-events-list-content .ect-list-post.style-1 h2.ect-list-title a.ect-event-url {
    ????color: blue;
    ????font-size: 16px;
    }

    It would be great if you can share the screen recording with us this will help us to know what exact issue you are facing at your end.

    Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode general settings have no effect’ is closed to new replies.