• Resolved sharonbeyond

    (@sharonbeyond)


    We have updated the plugin to latest version, but after updating we are not able to set the font size of the title (we need to set the Upcoming events title to h3 tag)

    The page I need help with: [log in to see the link]

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

    (@eeide)

    Hi @sharonbeyond,

    Are you wanting to change the Events text in this screenshot?

    To change the tag of the Events List Widget will require a template customization/override. This template is located in the-events-calendar/src/views/v2/widgets/widget-events-list.php.

    An easier way to customize the look of this title would be through CSS. Please share an example of how you’d like this to look, and I’ll do my best to provide custom CSS that you can apply ??

    Thank you,
    Erica

    Thread Starter sharonbeyond

    (@sharonbeyond)

    Hi @eeide,

    Sorry for the late reply

    Are you wanting to change the Events text in this screenshot?

    Yes, I need to change the Events title text, it should be as same as the other titles in that section (” Meetings and Beliefs”) and these two titles uses h3 tag and I need to use the same for “Events” text. Can you please help me?

    Thank you,
    Sharon

    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    • This reply was modified 2 years, 9 months ago by sharonbeyond.
    Thread Starter sharonbeyond

    (@sharonbeyond)

    An easier way to customize the look of this title would be through CSS. Please share an example of how you’d like this to look, and I’ll do my best to provide custom CSS that you can apply ??

    I need the title to be as same as the other titles in that section.
    Can you please refer this URL?
    https://www.birminghambelievers.org/

    Thank you,
    Sharon

    Plugin Support Erica

    (@eeide)

    Hi Sharon,

    Sure, the following CSS (added to your child theme or in the Additional CSS field of the WordPress Customizer) will make the Events widget title match your other titles:

    h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt {
        font-size: 35px;
        color: rgb(222, 180, 8);
        font-family: 'Fjalla One';
    }

    Please let me know how it looks! ??

    Thank you,
    Erica

    Thread Starter sharonbeyond

    (@sharonbeyond)

    Hi @eeide

    `Hi Sharon,

    Sure, the following CSS (added to your child theme or in the Additional CSS field of the WordPress Customizer) will make the Events widget title match your other titles:

    h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h–alt {
    font-size: 35px;
    color: rgb(222, 180, 8);
    font-family: ‘Fjalla One’;
    }`

    Thank you so much, the given code works on the site

    Thank you,
    Sharon

    • This reply was modified 2 years, 8 months ago by sharonbeyond.
    • This reply was modified 2 years, 8 months ago by sharonbeyond.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not able to set the “Upcoming events” title to h3 tag’ is closed to new replies.