PDA

View Full Version : Changing colors on pop up Hints/ Previews


nelsantiago
05-22-2016, 01:44 PM
So I've been working on a custom version of "Black Red" a child theme. It's darker than the original and I'm having problems tracking down the colors associated with the pop up hints/preview, see the image below. It looks like it's tied into some other CSS settings, SO I may need to add some code to the additionals file. But I don't know what to add. Any assitance would be appreciated. :confused::D

https://vborg.vbsupport.ru/external/2016/05/7.png

noypiscripter
05-24-2016, 12:07 AM
The preview tooltip background color is tied to the sticky_topic_background_color stylevar. So it affects the sticky background color too. This should not be and should have its own stylevar.

So it's better to customize it via additional css.

.b-topicpreview .ui-tooltip-content {
background: #000;
color: #fff;
border: 1px solid #fff;
}

nelsantiago
05-24-2016, 12:11 AM
Thank you!!!!

--------------- Added 1464056283 at 1464056283 ---------------

I just tried adding this to the additionals and it didn't change anything. Even after clearing the cache.:confused:

noypiscripter
05-24-2016, 02:22 AM
Can you post a link to your site?

nelsantiago
05-24-2016, 02:23 AM
http://www.vdubaddiction.com/forums/

--------------- Added 1464094569 at 1464094569 ---------------

I login this morning and magically it's working. smh. Thank you.