Font size problem

Posted in: Newspaper
Post count: 25

Hi,
I changed the font size in the theme Panel / theme Fonts / Pages / page Content to size 12. This works, but the font is still normal when I use bulletpoints and tables. Where can I Change this?
Thanks
Dennis

Post count: 23312

Hello Dennis,

You can change these if you are using the Custom CSS code and target them with such a font. You can provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 25

Hi Catalin,
here is a link to a page with my Problem: http://www.behoerden-spiegel.de/mediadaten/
Thanks
Dennis

Post count: 23312

Hello Dennis,

If you want to target this section, you should use the code below and place it in Theme panel -> Custom CSS Area.

.wpb_text_column li{
font-size:20px!important;
}

The result is here -> https://www.screencast.com/t/oOFOLYHFe

Thanks.

Post count: 25

Dear Catalin,

Thanks for the great support. Your custom css works for the bullet Point, but not for the Content in the table.

Thanks
Dennis

Post count: 23312

Hello Dennis,

Try the code below and place it in Theme panel -> Custom CSS area.

table td{
font-size:18px;
}

The result is here -> https://www.screencast.com/t/ssNnhfgo0Z

Post count: 25

Thank you – now it is perfekt

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.