Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1160331

    I have tried a few things but my lists are always bold.
    Can you help?

    #1160361

    Hey Colin,

    I could see this code when I inspect your site:

    ul li {
        font-weight: normal !important;
    }

    try to replace it with:

    ul li {
        font-weight: lighter !important;
    }

    Best regards,
    Nikko

    #1160382

    Thank you – perfect! I am always learning…

    #1160414

    Hey,

    Glad Nikko could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Unable to remove bold text on lists’ is closed to new replies.