Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #102917
    eggbanana
    Participant

    Hey guys,

    I’ve just added some bullet points in a post using <li> html, but the resulting text displays a different format when I preview it.

    Do you have any fixes for that kind of thing?

    Cheers

    #102924
    Mahesh
    Keymaster

    @eggbanana: Please post in your site url.

    Regards,
    Mahesh

    #102928
    eggbanana
    Participant

    Yes, sorry about that.

    Here’s a page with an example

    #102930
    Mahesh
    Keymaster

    @eggbanana: How do you want it to be displayed actually. Please let me know further.

    Regards,
    Mahesh

    #102931
    eggbanana
    Participant

    I’d like the font in the bullet points to be the same as the standard font on the page.

    #102932
    Mahesh
    Keymaster

    @eggbanana: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    body {
        font-family: "EB Garamond";
    }

    Regards,
    Mahesh

    #102935
    eggbanana
    Participant

    That worked perfectly for the font, thanks.

    Is there a way to make the text in the bullet points the same size as the rest of the text? If you click back to my link you’ll see the size difference.

    Thanks!

    #102938
    Mahesh
    Keymaster

    @eggbanana: Replace the above with the following:

    body {
        font-family: "EB Garamond";
        font-size: 23px;
    }

    Regards,
    Mahesh

    #102940
    eggbanana
    Participant

    You are a champion! Thanks very much.

    #102965
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Formatting for bullets’ is closed to new replies.