Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #91093
    Hösli
    Participant

    Hi

    For some reason I can not change the font for the list to “open sans”. I have set “open sans” in “Default Typography” as well as in Theme Options -> Font Family Options.

    Another topic is the wish to change the standard bullet points for list to a graphic element or to such a standard symbol like “>”.

    Best regards
    Stefan

    #91134
    Mahesh
    Keymaster

    @stefanhoesli: May be you have some Custom CSS overriding the Font style in Customizer. Please post in your site URL.

    Regards,
    Mahesh

    #97571
    Hösli
    Participant

    Hi Mahesh

    The typography issue has been solved.

    Is there an easy way to have the current bullet points replaced by the “-” character?

    Best regards
    Stefan

    #97634
    Mahesh
    Keymaster

    @stefanhoesli: Please use the following CSS:

    .entry-content ul li {
        list-style-type: none;
    }
    .entry-content ul li::before {
        content: "- ";
    }

    Hope this helps.

    Regards,
    Mahesh

    #97711
    Hösli
    Participant

    Dear Mahesh
    works perfect.
    Thank you so much for your speedy and perfect support.
    Best regards from Switzerland
    Stefan

    #97767
    Mahesh
    Keymaster

    @stefanhoesli: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customized bullet point and font of list’ is closed to new replies.