News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Sending PM's

Started by laurieluvsliason, October 04, 2020, 01:25:53 PM

Previous topic - Next topic

laurieluvsliason



Sorry to bother again, but have spent way tooo much time playing around trying to fix this as well. I know it is just a simple tag coding issue, but can't figure out which one and where. Any help greatly appreciated

Sending a PM, the background is black, how to I change the colorof the names to white? The hover is a silver color which isperfect, but since manyof our member namesare similar, it would be nice if we could change the font color to white as well.

The mention tags in posts are fine.

Curve theme ribbon default

Thanks in advance!


Antechinus

Do you actually want the pop-up background black? You have two options here: change the text colour, or change the background colour.

laurieluvsliason


Change the text color to white preferably

Dzonny

In 2.0.x branch, it's normally controlled through the .auto_suggest_item class, so you may want to try with that?

Antechinus

You want to set color: #fff; in either .auto_suggest_div or .auto_suggest_item (don't have time to test at the moment, but one of those will work).

laurieluvsliason

So this is my auto suggest section? What do I change?   I think I figured it out. I put color: #ffffff; next to the background color lol

Thanks foryour help in letting me knowwhere to find it!

/* Styles used by the auto suggest control.
------------------------------------------------------- */
.auto_suggest_div
{
   border: 1px solid #28532F;
   position: absolute;
   visibility: hidden;
}
.auto_suggest_item
{
   background: #000000;
}
.auto_suggest_item_hover
{
   background: #1F1F1F;
   cursor: pointer;
   color: #FFFFFF;
}

laurieluvsliason


Now one final question: how do I change the hover background for tagging members in posts? Does it have to be  done in each individual theme? I have 4 different themes on my site & they are all based off of the CURVE theme but all have different color schemes

Thanks again!

laurieluvsliason


So I havethis in all 4 themes. The auto suggest works the way I want it to in 3 of them only. Not sure why?


/* Styles used by the auto suggest control.
------------------------------------------------------- */
.auto_suggest_div
{
   border: 1px solid #28532F;
   position: absolute;
   visibility: hidden;
}
.auto_suggest_item
{
   background: #000000;
   color: #ffffff;
}
.auto_suggest_item_hover
{
   background: #1F1F1F;
   cursor: pointer;
   color: #FFFFFF;
}

Dzonny

Can't really tell much unless we see the theme itself and try it on live forum.
Also, which SMF version are you using?

laurieluvsliason

#9
2.0.16

www.liasonitesgathering.online

https://www.liasonitesgathering.online/Forum/index.php  (home page)

The theme isi NOT working on is called Rain Kiss basically the Default   curve theme

Actually, wouldyou mind taking a look at the whole CSS. I think there may be othermistakesin it? Much appreciated!


Antechinus

Can someone edit that to put the code into code tags?

Shambles

Quote from: Antechinus
Can someone edit that to put the code into code tags?
Suki tried earlier but forgot the closing [/code] tag.

laurieluvsliason


Sooooo. is it all fixed now? Thank you so much guys!

Dzonny

Quote from: Shambles on October 05, 2020, 03:40:48 PM
Quote from: Antechinus
Can someone edit that to put the code into code tags?
Suki tried earlier but forgot the closing [/code] tag.
She didn't, I tried as well, but closing tag keeps disappearing for some reason :s

Illori

Quote from: Dzonny on October 06, 2020, 04:18:33 AM
Quote from: Shambles on October 05, 2020, 03:40:48 PM
Quote from: Antechinus
Can someone edit that to put the code into code tags?
Suki tried earlier but forgot the closing [/code] tag.
She didn't, I tried as well, but closing tag keeps disappearing for some reason :s

that happens when the limit of characters has been hit in the post. so you have to remove the code completely, which has been done.

Advertisement: