netmix / radio-station

Radio Station WordPress Plugin (Open Source)
https://netmix.com
GNU General Public License v3.0
19 stars 14 forks source link

How to enlarge letter size of Schedule Page #449

Open rubendc11 opened 1 year ago

rubendc11 commented 1 year ago

Hi,

I would like to know how I can increase the font size of schedule page.

I have configured master schedule page with my personal page (whitout information) and I have checked Automatic Display.

Thanks.

majick777 commented 1 year ago

You can add a CSS style (eg. via your Appearance > Customizer > Additional CSS) such as: .master-schedule {font-size: 16px;} You can target other more specific areas depending on what CSS selectors you use.

tonyzeoli commented 1 year ago

Closing this issue as the solution is a CSS issue and not a plugin issue.