Remove formatting from venue in week view

Home Forums Calendar Products Events Calendar PRO Remove formatting from venue in week view

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1169535
    leonardchamber
    Participant

    I feel like this is a dumb question, but in week view the venue name is underlined and bolded and I can’t get rid of it.

    In twentysixteen theme, it looks like it’s still underlined but not bolded, but it’s hard to tell.

    I tried the below, and it did not work. I tested for plugin conflicts.

    this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
    font-size: 13px;
    line-height: 1.5 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    }

    #1169996
    Nico
    Member

    Hi there!

    Thanks for getting in touch with us!

    Can you please send me a screenshot of the ‘venue name’ you are trying to change? I just inspected the site but couldn’t see any venue names in the Week view. Also please share the URL where I can see this πŸ™‚

    Best,
    Nico

    #1170006
    leonardchamber
    Participant

    This reply is private.

    #1170144
    Nico
    Member

    You are right, sorry I missed it!

    Just remove the first part of the selector and also target the link directly:

    .tribe-this-week-widget-day .tribe-venue a {
    font-size: 13px;
    line-height: 1.5 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    }

    Please let me know if that works as expected,
    Best,
    Nico

    #1170541
    leonardchamber
    Participant

    Thanks so much. I don’t know why I am having so many problems with this, but the spacing is still a little off, and this is still in there – can’t seem to override it or get rid of it. When I uncheck it in the console, it looks great but can’t get it to work.

    .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration, .tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
    font-size: 13px;
    line-height: 1;
    }

    #1171211
    Nico
    Member

    Thanks for the follow-up! Glad it worked πŸ™‚

    Regarding the spacing just delete the line-height: 1.5 !important; in the previous snippet or adjust it to be 1. The font-size is at 13px already so not sure if I’m getting this correctly! If I’m misunderstanding the issue please send me a screenshot with what you want to achieve and I’ll try to help you out.

    Best,
    Nico

    #1171220
    leonardchamber
    Participant

    This reply is private.

    #1171914
    Nico
    Member

    This reply is private.

    #1171987
    leonardchamber
    Participant

    This reply is private.

    #1172034
    Nico
    Member

    This reply is private.

    #1172296
    leonardchamber
    Participant

    Ah! Looks great now. Thank you!

    #1172501
    Nico
    Member

    Stocked to hear Leonard πŸ™‚

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove formatting from venue in week view’ is closed to new replies.