OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

OrdaSoft template Support

Go to bottom Favoured: 0

Text colour

tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Text colour 7 Years, 6 Months ago
Karma: 0  
Hi there,

Your free template allows me to change the background colour of the page.
Why do you not supply a colour hart to select from? Most people do not know the HEX codes for the colours.
How do I change the colour of the text?

Kind regards,

Tony Robson.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Text colour 7 Years, 6 Months ago
Karma: 58  
Dear Tony Robson,

You can change color of text in style.css

We plan update template and make it more easy.

Provide, please link on text, which you want to change and we will assist you.

thanks
Taras
Logged Logged
The administrator has disabled public write access.
tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Re:Text colour 7 Years, 6 Months ago
Karma: 0  
Hi Taras,

I want to change the text colour throughout the whole web site..... every page.
The text colour is grey..... I would like to have it much darker - closer to black.
Could you make it &H4F2A34?

As an example.... here is the link to the "History" page with the dull grey text.

centralafricaassemblies.org.za/index.php/history

Look forward to the update of the template that will allow us to select colours ourselves with a colour chart!

Kind regards,
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Text colour 7 Years, 6 Months ago
Karma: 58  
HI Tony,

It can be in several ways, for example.

In style.css of template you can create Id selector

Code:

#para1 {
color: &H4F2A34;



and in your text add that ID, for example
Code:


<h4 id="para1">During the mid...</h4>



follow attached image.

thanks
Logged Logged
The administrator has disabled public write access.
tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Re:Text colour 7 Years, 6 Months ago
Karma: 0  
OK... Thanks but how can I change the colour of ALL the text for the entire website?
I do not want to change text colour for one paragraph.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Text colour 7 Years, 6 Months ago
Karma: 58  
Hello,

You need edit style.css and change line 35 and color.

Location: centralafricaassemblies.org.za/templates/os-basetemplate/css/style.css

Follow attached image

follow attached image
Logged Logged
The administrator has disabled public write access.
Go to top
»