SMFHacks.com

SMF Store => Support => Topic started by: Shades on May 22, 2022, 03:58:19 pm

Title: Dark background text color help needed
Post by: Shades on May 22, 2022, 03:58:19 pm
SMF 2.1.2
SMFStore5.0beta

I have a dark background on one of my sites and can't find where to change the description text color #0f1111. In the browser dev tool it shows:

Quote
element.style {
    color: #0f1111;
}

and I need it to be

Quote
element.style {
    color: #fff;
}

I have searched all files in the SMFStore5.0beta.zip file and also in my default & custom themes index.css and don't know where else to look. :o
Title: Re: Dark background text color help needed
Post by: Shades on May 22, 2022, 04:51:25 pm
Nevermind, I see what I did! I copied and pasted a bulleted post from another site into the WYSIWYG editor and it copied the color too duh! ;D  ::)

I'm not used to using the WYSIWYG editor lol! ;D