The H1 is not highlighted

Home Forums Calendar Products Events Calendar PRO The H1 is not highlighted

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1612151
    Ruth de Rioja
    Participant

    We have changed the template and now the title of the event does not appear prominently, as before.
    I have marked with a red circle the part that we want to appear highlighted.
    Thank you!!

    #1614007
    Jeremy
    Keymaster

    Hi Ruth,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    How were those titles? Did they have a colored background? Some bigger fonts?

    To increase the size of those titles, you may add the following css snippet in Appearance > Customize > Additional CSS:

    .tribe-events-list #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title {
        font-size: 1.5em;
    }

    Please tell me if you need something else/different.

    I hope this helps.

    Cheers,
    Jeremy

    #1614891
    Ruth de Rioja
    Participant

    Hello, the problem continues. Does not highlight the title. Nothing has
    changed either.
    The # gave problems.
    We need to highlight more, in black, with bold, for example

    #1614895
    Jeremy
    Keymaster

    Hi Ruth,

    You may try something like that, still in Appearance > Customize > Additional CSS:

    .tribe-events-list #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title {
        font-size: 1.5em;
        background-color: #000;
        padding: 3px 5px;
    }
    
    #tribe-events-content .tribe-events-list-event-title a {
        color: ffd700;
    }
    

    Would that be better?

    Cheers,
    Jeremy

    #1633204
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘The H1 is not highlighted’ is closed to new replies.