• Resolved dapresstest

    (@dapresstest)


    In file <childtheme>/tribe/events/v2/widgets/widget-events-list.php
    I changed line
    <h3 class="tribe-events-widget-events-list__header-title tribe-common-h6 tribe-common-h--alt">
    to
    <h3 class="tribe-events-widget-events-list__header-title tribe-common-h3 tribe-common-h--alt">
    to make it look consistent with my other widgets. Could this be a typo, that you typed h6 instead of h3 or was it just my theme’s configuration that needed this adjustment?

    • This topic was modified 4 years, 1 month ago by dapresstest.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Andras Guseo

    (@aguseo)

    Hi @dapresstest

    Thanks for reaching out!

    I had a chat with a developer on this and the code is correct, it was intended like that.

    <h3> is the heading tag, this is a level 3 heading.

    tribe-common-h6 is the styling – or part of it – applied to the h3 heading.

    We have styles for h1 through to h8, such that tribe-common-h1 is larger font size than tribe-common-h2, and so on, and it is only a stylistic change.

    I you want to increase the font size then what you did, changing tribe-common-h6 to tribe-common-h3 works.

    Hope this clarifies.

    Cheers,
    Andras

Viewing 1 replies (of 1 total)
  • The topic ‘wrong heading in widget-events-list.php?’ is closed to new replies.