Home Forums WordPress Themes – Premium Lavish Pro Numbering Font Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16997
    Greg Rockwell
    Participant

    I’m having a problem where my numbered lists do not match the font of my bullet lists. Can you help?

    See the attached screenshot for the example.

    http://www.thrivedc.org/homelessness/where-do-the-homeless-go-in-emergencies/
    NumberIssue.jpg

    Attachments:
    You must be logged in to view attached files.
    #22360
    Sushil Adhikari
    Moderator

    Hi there,

    The problems you are getting is due to difference on font size. On numbered list you are using

    li, span {
        font-size: 0.80rem;
    } 

    where as on bullet list you are using

    body ul li {
        font-size: 16px;
    }

    So please maintain same font size in-order to have same font . Also you can modify numbered list font size from customizer setting:

    Go to dashboard->appearance->customize->Typography setting->Typography->link font size

    There you can keep 16px on link font size text box.

    Let us know how it will goes.

    Thanks

    #22363
    Greg Rockwell
    Participant

    Great! Thanks for your help 🙂

    #16998
    Sushil Adhikari
    Moderator

    Hi Greg,

    Your are welcome, if you face any problem in further, then please let us know. We are happy to provide solution asap.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.