solved Change Style Of Celebrity Skin Tag Cloud

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
824 posts
I notice using celebrity skin that the tag cloud widget is white with light blue text which looks odd in this skins theme where do i go to change that so it matches the rest of the site?
Capture.PNG.png
Capture.PNG.png  •  21KB


updated by @zachary-moonshine: 05/23/17 11:42:20AM
michael
@michael
8 years ago
7,772 posts
The the container has this class:
jqcloud
so changing the color of that will get the background color.

For me celebrity already has a dark background color.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
824 posts
yeah thats strange my tag cloud on my profile pages is dark background and looks normal but this one is very odd lol
michael
@michael
8 years ago
7,772 posts
Where is it? It probably has different CSS rules effecting it.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
824 posts
this white one is on the home page of the site
douglas
@douglas
8 years ago
2,797 posts
Zachary Moonshine"]
this white one is on the home page of the site

Add this to one of your .css files.

.widget-item.widget-item-widget_tag_cloud {
    background-color: #111111;
    box-shadow: 0;
}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
824 posts
that works @douglas thanks man