PDA

View Full Version : Color problem with font and font size selection dropdown


Gota
01-23-2018, 09:09 PM
Okay, so I was able to change almost everything color related to our theme and I think it looks a lot more individual now but there is still one problem remaining. As you can see in the image below the selection area for font name and size are both still white and you can't see anything because the general font color of the site is white as well. I managed to solve this problem with anything else that had the same one but I couldn't find a solution for this one. If anyone knows a solution on how to make the font for these two visible again, I'd appreciate it.
https://vborg.vbsupport.ru/external/2018/01/9.png

noypiscripter
01-25-2018, 12:41 AM
Add this custom CSS in css_additional template in AdminCP or in Sitebuilder > Style > CSS Editor.

.cke_panel_frame {
background: #000; /* change color as needed */
}

Gota
01-25-2018, 02:03 AM
That finally solved it (and it even looks better than before), thanks a lot!