Page 1 of 1

font in dropdown menu

Posted: Thu May 20, 2021 3:20 pm
by martindavinci
phoenix 1.0.8.2
Does anybody knows where i can find the place where I can change the font of the dorpdown used with the attributes? I can not get it working with the installed google font addon.

Re: font in dropdown menu

Posted: Thu May 20, 2021 3:36 pm
by edfaught
Don't know anything about the addon, but without that it looks to me like the attribute values are set as the body font. That can be changed in your templates/override/static/user.css file like this:

body{ font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
color:#55603f; background-color:#c9d0b2; }

Re: font in dropdown menu

Posted: Thu May 20, 2021 3:52 pm
by martindavinci
It seems it is not set in the user.css, I have tried that. It is also not reachable with the inspect tool in Firefox, so i don't know where to search. The 'select' is reachable, but the options are not, they have a different font

Re: font in dropdown menu

Posted: Thu May 20, 2021 4:31 pm
by edfaught
I found this on stackoverflow but didn't test it:
https://stackoverflow.com/questions/269 ... ect-option