Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204744
    AnnaKuhl
    Participant

    Hi 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!

    #1204759
    Rupok
    Member

    Hi 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!

    #1204777
    AnnaKuhl
    Participant

    Yay! That worked perfectly! Thank you, Rupok. 🙂

    #1204838
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1204744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>