I am trying to increase the size of the font inside my tabs (inner content) without harming the Header font.
See: http://totalgolftravel.com/destinations/scottsdale-golf-packages/hotel-indigo-scottsdale/
Thanks!
Hi James!
Add this to your custom CSS.
.tab_inner_content li, .tab_inner_content p { font-size: 20px !important; }
Best regards,
Elliott