Change dashboard font
-
I’d like to change giveWP dashboard default font Montserrat to Open sans.
As per instructions found in: similar question I’ve added inline style using github istructions.
My style is correctly queued on site but is being overridden by giveWP style.
On developer tools in firefox my style is inline 12 and crossed:
#give-donor-dashboard { font-family: "Open Sans", Arial,sans-serif !important; }
and is being overridden by inline 1 style:
#give-donor-dashboard { font-family: Montserrat,sans-serif !important; font-weight: 500; margin: 0 auto; max-width: 920px !important; position: relative; width: 100% !important; }
I’ve tried changing priority on the snippet -1, 1, 1000, but that didn’t help.
Would be grateful for help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change dashboard font’ is closed to new replies.