Tagged: x
-
AuthorPosts
-
March 10, 2017 at 4:39 pm #1402425
hwolfeParticipantHi, all! I have an events widget on the home page of a site that is pulling the styling from my theme. I need to be able to change that font size on the event to something much smaller. (It is the Upcoming Events area)
Can you help? Ideally, I would like to have Upcoming Events stay the size it is, and have the actual event font size be smaller.
Thank you!
March 10, 2017 at 4:40 pm #1402427
hwolfeParticipantThis reply has been marked as private.March 11, 2017 at 12:48 am #1402784
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-widget-area .h-widget { font-size: 15px; } .x-widget-area #vsel { font-size: 8px; } .x-widget-area .vsel-widget-link { font-size: 10px; }Hope that helps.
March 11, 2017 at 6:05 pm #1403359
hwolfeParticipantThat worked perfectly! I need to change the case on the font so I added a text-transform command, but it only worked on “upcoming events”. What did I do wrong on the #vsel line of code?
.x-widget-area .h-widget { font-size: 20px; text-transform: capitalize; } .x-widget-area #vsel { font-size: 10px; text-transform: capitalize; } .x-widget-area .vsel-widget-link { font-size: 10px; }Thank you!!
March 12, 2017 at 1:17 am #1403595
ChristopherModeratorHi there,
Please add this code :
#vsel .vsel-meta-title { text-transform: capitalize; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1402425 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
