Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1472310

    Hello, is it possible to define the font size for lists and the content of table cells? Under Enfold > Advanced Styling > Enfold Theme Options we cannot find any options for this. Please see the attached URL, in which the font size in lists and tables is slightly smaller. Thank you.

    #1472335

    Hey reqonsult,

    Thank you for the inquiry.

    The lists and content of table cells should inherit the default font size, which can be adjusted in the Enfold > General Styling > Typography panel. You can adjust the Default Content Font Size for different screen sizes as well.

    Best regards,
    Ismael

    #1472345

    Hello Ismael,

    Thank you very much. We have now been able to adjust the font size. However, the font is slightly “thicker” than <p> elements. Why is that? We suspect that the font size can be changed, but not the font style.

    Best regards.

    #1472426

    Hi,

    Thank you for the update.

    The thickness of the font is different because the text is wrapped in a < b > tag or bold element. Did you add these tags?

    <b>Produktivitätsverlust durch veraltete Tools</b>
    

    You can adjust the font weight with this css code:

    tr th:first-child b, tr td:first-child b {
        font-weight: normal;
    }

    Best regards,
    Ismael

    #1473713

    Hello, thank you. The font in the left column of the table is fine, we inserted the bold element on purpose. What I consider problematic is the right column, please see the attached screenshot 1. Here you can see that the text “A” (paragraph) is larger and narrower than the text “B”. This is despite the fact that the default font size has been defined as 15px (the same as for paragraphs). Please see the attached screenshot 2. How can we solve this?

    #1473719

    Hi,

    Thank you for the screenshots.

    Looks like you’ve managed to adjust the text of the table cells to 13px. Is that correct? Please check the screenshot in the private field.

    Best regards,
    Ismael

    #1473949

    Hello Ismael,

    I need access to the file. You probably need to change the settings so that I can access it without logging in.

    Best regards.

    #1473985

    Hi,

    Sorry about that. We moved the screenshot here: https://imgur.com/a/gbg4XkV

    Best regards,
    Ismael

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