Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2442603
Changing font size of list
Closed

Comments

  • BeakmannMusic started the conversation

    I am trying to change the font size of the bullet list at the bottom of this post. I want to be able to put in CSS in the advanced section of the list block, to change just that block's font size.

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    You can edit it by use HTML and use something like this:


    <ul class="background-color: yellow" style="font-size: 20px;">
        <li>"The Physics of Sound" Comprehensive PDF from Western Michigan University <a href="https://homepages.wmich.edu/~hillenbr/206/ac.pdf">https://homepages.wmich.edu/~hillenbr/206/ac.pdf</a></li>
        <li>Mathematics of Music course notes at John Hopkins <a href="https://www.ams.jhu.edu/dan-mathofmusic/">https://www.ams.jhu.edu/dan-mathofmusic/</a></li>
    </ul>
    

    Change value 20 to value as you want.


    Best Regards,

    PenciDesign