SMFHacks.com

Modifications/Themes => Theme Talk => Topic started by: lesmond on January 28, 2018, 03:10:12 pm

Title: help with rIBBON Theme
Post by: lesmond on January 28, 2018, 03:10:12 pm

Trying to find where the css is for this. it's the drop down when you search for a user in PMs, has you can see it goes black so you cant see the names.

(https://tinypix.top/images/2018/01/28/2NGO.jpg)

I have tried to find it with the inspect item in chrome, but no luck! just need to change the color.

Thanks
Title: Re: help with rIBBON Theme
Post by: lesmond on January 29, 2018, 05:18:58 am
I found and fixed the problem.
find in index.css lines 1000-1006

.auto_suggest_item
{
background: #000000;
}
.auto_suggest_item_hover
{
background: #1F1F1F;

change too
.auto_suggest_item
{
background: #e3efff;
}
.auto_suggest_item_hover
{
background: #c0c0c0;