Does anyone have basic CSS I can use?

Support forumCategory: QuestionsDoes anyone have basic CSS I can use?
fohclothing asked 7 years ago
I am trying to change the font size on the Personal information headers. They are too big when I use the theme I am using. If I remove the CSS then everything else looks crappy. Can anyone give me a small section of CSS that I can put in on the settings page to correct this??
fohclothing replied 7 years ago

here is the link as a sample you can see description goes to the next page
http://cfitstudios.com/appointments/

1 Answers
Nikola Loncar Staff answered 7 years ago

Hi,

you can try setting  (settings > customize) custom style option like :

.ea-standard.ea-standard.ea-standard {
    font-size: 15px;
}

or

.ea-standard.ea-standard.ea-standard {
    font-size: 1em;
}

Best regards,
Nikola

fohclothing replied 7 years ago

Perfect!!!! that did the trick!!!!!

fohclothing replied 7 years ago

Perfect!!!! that did the trick!!!!!

fohclothing replied 7 years ago

Perfect!!!! that did the trick!!!!!