-
AuthorPosts
-
November 26, 2024 at 9:30 pm #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.
November 27, 2024 at 6:18 am #1472335Hey 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,
IsmaelNovember 27, 2024 at 8:49 am #1472345Hello 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.
November 28, 2024 at 6:56 am #1472426Hi,
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,
IsmaelDecember 15, 2024 at 9:38 pm #1473713Hello, 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?
December 16, 2024 at 5:12 am #1473719Hi,
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,
IsmaelDecember 18, 2024 at 6:41 pm #1473949Hello 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.
December 19, 2024 at 6:24 am #1473985Hi,
Sorry about that. We moved the screenshot here: https://imgur.com/a/gbg4XkV
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.