Color Font - Question | JoomShaper

Color Font

S

Sergio

Template 7 months ago

We are trying to change color to the font for the main body but we're not succesful. Can you advise us which is the css code to change?

Best regards,

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #186597

Hola Sergio,

There are at least two ways to do that, but let's say that CSS method will be OK. So the classic method since Joomla 1.0 is:

body {color: #111;}

In Template Options > Custom Code > Custom CSS or by extra custom.css file. Put it at the top.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #186598

Hi

Thanks for contacting us. Use this CSS in your custom.css file

body {
    color: red !important;
}

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #186696

Hi

Is this solved now?

0
S
Sergio
Accepted Answer
7 months ago #186821

It worked. Thanks!!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #186897

Glad to know that. You are most welcome.

0