Home › Forums › Calendar Products › Events Calendar PRO › Remove formatting from venue in week view
- This topic has 12 replies, 3 voices, and was last updated 9 years, 6 months ago by
leonardchamber.
-
AuthorPosts
-
September 27, 2016 at 3:27 pm #1169535
leonardchamber
ParticipantI 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;
}September 28, 2016 at 12:39 pm #1169996Nico
MemberHi 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,
NicoSeptember 28, 2016 at 12:45 pm #1170006leonardchamber
ParticipantThis reply is private.
September 28, 2016 at 4:40 pm #1170144Nico
MemberYou 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,
NicoSeptember 29, 2016 at 9:47 am #1170541leonardchamber
ParticipantThanks 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;
}September 30, 2016 at 1:15 pm #1171211Nico
MemberThanks 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,
NicoSeptember 30, 2016 at 1:35 pm #1171220leonardchamber
ParticipantThis reply is private.
October 3, 2016 at 12:38 pm #1171914Nico
MemberThis reply is private.
October 3, 2016 at 3:31 pm #1171987leonardchamber
ParticipantThis reply is private.
October 3, 2016 at 6:56 pm #1172034Nico
MemberThis reply is private.
October 4, 2016 at 8:53 am #1172296leonardchamber
ParticipantAh! Looks great now. Thank you!
October 4, 2016 at 4:11 pm #1172501Nico
MemberStocked 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 -
AuthorPosts
- The topic ‘Remove formatting from venue in week view’ is closed to new replies.
