






Danko8321 wrote:Well, after about 1 week of searching and finding nothing at all, I found nothing at all. I am still clueless regarding of how to change the font color in the menus; however, I don't know how, the menus have gotten back to their white color. I'll post again when I find the value that changes it's color, but there is nothing yet.
.popup-menu {
color: #000000;
font-size: 9.5pt;
min-width: 100px;
}



Sorry didn't see this post or I would have helped. Did see the black text in your theme thumbnail's menu but thought it was just a bad design decision![]()
css is very easy and straightforward once you get the hang on it - next time something like this happens just search for your colour (color: #000000;/#000;/black;/rgba(0,0,0,1.0);).




bimsebasse wrote:"color:" is always text (or element) colour, background colour is "background-color:"





Vincent Vermeulen wrote:This may be helpful, the easiest online CSS reference: http://dochub.io/#css/


Danko8321 wrote:Vincent Vermeulen wrote:This may be helpful, the easiest online CSS reference: http://dochub.io/#css/
Then I must be missing something because all I see is a white text box that doesn't react to input of any kind.




Vincent Vermeulen wrote:Yeah, apologies, it needs to be: http://dochub.io/
Then for example in the search box enter "color", and you see all the different CSS properties that you can set for color. You can easily discover which one you need, and how to use it, by reading the short explanation or viewing the live examples


Users browsing this forum: No registered users and 4 guests