Home Forums WordPress Themes – Premium Flat Responsive List style – change default fonts

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #59514
    Michiel Kersten
    Participant

    A unordered list or ordered list has in flat responisve a different font than the default paragraph style (in circumference this is not the case). How can I prevent the change of fonts. Do I have to change something in the CSS (if so: what and on which line) or add something to additional CSS (what).

    I prefer one font on a page.

    Could you please help. Thank you, Michiel Kersten, Heemstede, Netherlands

    #59515
    Michiel Kersten
    Participant

    I just found a solution: type after <li> just <p> and the list turn up in the default paragraph <p> style.

    • This reply was modified 5 years, 2 months ago by Styled Themes.
    #59516
    Michiel Kersten
    Participant

    Typing a <p> after <li> does not help. After ‘save’ the system removes the p’s
    .

    • This reply was modified 5 years, 2 months ago by Styled Themes.
    #59520
    Bidur
    Moderator

    Hello Michiel,

    The theme should be working fine with uniform font both with the paragraphs and lists however could you please locate where on your website?

    Thanks!

    #59538
    Michiel Kersten
    Participant

    Hi Bidur,

    Thank you for the answer. The page concerned (the change of font/type face) in the lists (ul and ol) is: https://amsterdampublishers.com/diensten-voor-auteurs/.

    I have enclosed two screenshots: one in visuel and one in text (including code).

    Could please help to prevent the change of font/typeface in the unordered and ordered list.

    Thank you.

    Michiel Kersten
    [email protected]

    #59544
    Michiel Kersten
    Participant

    Try with smaller images

    Attachments:
    You must be logged in to view attached files.
    #59546
    Michiel Kersten
    Participant

    Another jpeg but now of the code on the page with the list style (unwanted change of fonts)

    Attachments:
    You must be logged in to view attached files.
    #59548
    Michiel Kersten
    Participant

    Sorry, the wrong one…

    Attachments:
    You must be logged in to view attached files.
    #59552
    Bidur
    Moderator

    Hello Michiel,

    It’s the font-size difference you can see with paragraphs and lists.
    You may add the following css inside the additional css section of your customizer and test with uniform font size allover;

    .page-id-8 li{
    	font-size: 1rem;
    }

    Note: You may undo or modify changes of your own.

    Thanks!

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