Hi,
How do I change the colour of the font awesome icons?
In this j51-artisan template they are light grey, I am looking to make them black.
- ecweb
- Commercial Templates
- Friday, 10 March 2017
- Subscribe via email
Here it is : http://www.trainingdeliverysystemsrd.com.au/signature-t-model
The icons are in the text - the clients want them to be black rather than grey
The icons are in the text - the clients want them to be black rather than grey
- more than a month ago
- Commercial Templates
- # 2
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
#socialmedia ul li {
background-color: #000;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thank you Ciaran,
This didn't make a difference.
The icon is in the <span class="fa-check"> </span> code
This didn't make a difference.
The icon is in the <span class="fa-check"> </span> code
- more than a month ago
- Commercial Templates
- # 4
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Thank you
We added the suggested CSS to your Homepage(2) template style and your icon color is now set correctly.
Ciarán
We added the suggested CSS to your Homepage(2) template style and your icon color is now set correctly.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Thanks Ciaran,
I've checked in Chrome and Firefox and the issue seems to remain.
I am not talking about the social media icons- they are black and that is good.
I am talking about the <span class="fa-check"> code which is in the text of the page.
It is half way down the page where the text says "You need great training for the retail sector? Done."
This is the tick that needs to be black instead of grey
I've checked in Chrome and Firefox and the issue seems to remain.
I am not talking about the social media icons- they are black and that is good.
I am talking about the <span class="fa-check"> code which is in the text of the page.
It is half way down the page where the text says "You need great training for the retail sector? Done."
This is the tick that needs to be black instead of grey
- more than a month ago
- Commercial Templates
- # 7
Hello
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.fa-check::before {
color: #000;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »