Change Font Size for "Submit an Event"

Home Forums Calendar Products Community Events Change Font Size for "Submit an Event"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1491337
    titusraj
    Participant

    Dear Sir / Madam,

    Sorry for the trouble, could I please have some CSS help to adjust the size of the title here or remove it completely.

    https://raceconnections.com/index.php/events/community/add

    Many Thanks
    Titus

    #1492603
    Jennifer
    Keymaster

    Hey Titus,

    Thanks for reaching out!

    Try adding this to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    .tribe_community_edit .entry-title {
    font-size: 16px;
    }

    Please let me know if there is anything else that I can help with!

    Thanks,

    Jennifer

    #1494421
    titusraj
    Participant

    Thanks, I had to use !important to make it work. All sorted now, thanks for your help.
    Titus

    .tribe_community_edit .entry-title {
    font-size: 0px !important;
    }

    #1494505
    Jennifer
    Keymaster

    No problem! Just let me know if there is anything else that I can help with 🙂

    #1514911
    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 ‘Change Font Size for "Submit an Event"’ is closed to new replies.