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.
font in dropdown menu
- martindavinci
- Member
- Posts: 38
- Joined: Mon Mar 08, 2021 8:33 am
- Phoenix Version: 1.1.0.5
- Has thanked: 2 times
- edfaught
- Member
- Posts: 49
- Joined: Mon Oct 26, 2020 3:22 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 2 times
Re: font in dropdown menu
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; }
body{ font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
color:#55603f; background-color:#c9d0b2; }
- martindavinci
- Member
- Posts: 38
- Joined: Mon Mar 08, 2021 8:33 am
- Phoenix Version: 1.1.0.5
- Has thanked: 2 times
Re: font in dropdown menu
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
- edfaught
- Member
- Posts: 49
- Joined: Mon Oct 26, 2020 3:22 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 2 times
Re: font in dropdown menu
I found this on stackoverflow but didn't test it:
https://stackoverflow.com/questions/269 ... ect-option
https://stackoverflow.com/questions/269 ... ect-option