font in dropdown menu

Ask the community for help and support.
Post Reply
User avatar
martindavinci
VIP Member
VIP Member
Posts: 14
Joined: Mon Mar 08, 2021 8:33 am

font in dropdown menu

Post 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.
User avatar
edfaught
Posts: 49
Joined: Mon Oct 26, 2020 3:22 pm
Has thanked: 4 times
Been thanked: 2 times

Re: font in dropdown menu

Post 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; }
User avatar
martindavinci
VIP Member
VIP Member
Posts: 14
Joined: Mon Mar 08, 2021 8:33 am

Re: font in dropdown menu

Post 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
User avatar
edfaught
Posts: 49
Joined: Mon Oct 26, 2020 3:22 pm
Has thanked: 4 times
Been thanked: 2 times

Re: font in dropdown menu

Post by edfaught »

I found this on stackoverflow but didn't test it:
https://stackoverflow.com/questions/269 ... ect-option
Post Reply