How to change the colour of footer text.

Poonam Sehrawat Posted in General Discussion 7 years ago

Hello,
I just want to change the colours of the footer text for "About", "Privacy" and "Terms & Conditions". I would like to highlight each of these footers by different colours. Is there a way to do It? Thanks.

Replies
Catalan Poonam Sehrawat Replied 7 years ago

Thanks Luca, I will give it a try. have a good day.

Italian Luca melis Replied 7 years ago

> I am not capable of developing a theme by myself, thats the reason I
> turned to this community for minor changes which can be done without
> creating a theme. I am sure there is a simple way for just changing
> the colours of the footer rather than creating a totally new theme .
> Does not make any sense to me. Thanks

I was in the same situation but I can tell you that if you follow those instruction you will get the result. I have no idea about java or php code and I did it.

You need half an hour and you will obtain the change you want. Believe me.

See you

Italian Luca melis Replied 7 years ago

Hello Poonanm,

I had a problem similar to yours. What I had to change it was in this line:

.description{font-size:17px;text-transform:uppercase;font-weight:bold;margin-top:20px;text-align:justify;color:#00A000}

In the line color you have to place the hex code with the color you like to see on the footer.

This line is in the file ossn.default.css . This file is in the public_html/cache/css/1507478831/view

They suggest to open with a bloc note reader because wordpress, word or openoffice can mess the file.

i have tested it and it works.

See you

Catalan Poonam Sehrawat Replied 7 years ago

I am not capable of developing a theme by myself, thats the reason I turned to this community for minor changes which can be done without creating a theme. I am sure there is a simple way for just changing the colours of the footer rather than creating a totally new theme . Does not make any sense to me. Thanks

Indonesian Arsalan Shah Replied 7 years ago

Take a look https://www.opensource-socialnetwork.org/wiki/view/1063/how-to-develop-a-new-theme, you need basic knowledge of how about css