Tagged: x
-
AuthorPosts
-
October 6, 2016 at 2:41 am #1204744
AnnaKuhlParticipantHi there
I have just noticed that for some reason unordered lists have a different font style and colour than the font defaults that I’ve set in Customizer.
e.g. http://workablewellness.com.au/retreats/
and http://workablewellness.com.au/workshops/Wrapping the text in a font colour HTML tag does not work.
Why is this? And how can I fix it?
Cheers!
October 6, 2016 at 3:01 am #1204759
RupokMemberHi there,
It’s because you have added custom CSS to change the content font :
.hint-box-container p, .entry-content p { color: #7c7c7c; font-family: "Open Sans",sans-serif; font-size: 14px; text-align: justify; }So you can update the code a bit to apply this to list item as well :
.hint-box-container p, .entry-content p, .entry-content li { color: #7c7c7c; font-family: "Open Sans",sans-serif; font-size: 14px; text-align: justify; }Hope this helps.
Cheers!
October 6, 2016 at 3:24 am #1204777
AnnaKuhlParticipantYay! That worked perfectly! Thank you, Rupok. 🙂
October 6, 2016 at 4:07 am #1204838
Rue NelModeratorYou’re welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1204744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
