News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Changing icon colour help please

Started by Nisva, August 13, 2014, 11:05:06 AM

Previous topic - Next topic

Nisva

I need help to make this rss feed icon black idk how.


I downloaded the theme from here http://custom.simplemachines.org/themes/index.php?lemma=2755

Please help i want to make the icon completely  black.
Thanks in advance.

ARG01

The icon is more than likely located in one of the themes images folder. You just need to locate it and replace it with another image.
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Nisva

Quote from: SimpMode on August 13, 2014, 11:13:27 AM
The icon is more than likely located in one of the themes images folder. You just need to locate it and replace it with another image.

Thanks for replying.
But i did check i did not find the icon there

Nisva


ARG01

Got a link to your site or a live theme demo?
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Hj Ahmad Rasyid Hj Ismail

All image can be turned to black and white (grayscale) via css but it is not currently supported by all browsers. I can share what I did, if you are interested.

ARG01

I believe that the OP wanted it black to make it disappear. Removing it would be better but I am not going to download the theme just to figure out where the image resides.  ;D

And for some reason I cannot connect to .tk sites like the url in his image.
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Hj Ahmad Rasyid Hj Ismail

I guess I must have read it differently. I thought OP wants it to be black in color (tone) instead of removing it since his menu icons are also in the same tone.

Anyway, the code to make it gray. Add graytone to your rss image class.
img.graytone
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

ARG01

QuotePlease help i want to make the icon completely  black.

QuoteBump i am ok with removing it to

Going by these statements, I took it as he either wanted it to blend (disappear) into to the black bar or, remove it completely. But I could be wrong. It wouldn't be the first time.  ;D

No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Hj Ahmad Rasyid Hj Ismail


Advertisement: