Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.toggle>.toggle-title a {
font-family: Sofia-Pro;
color: black !important;
}
That worked. Is there a way I can assign a font to different toggle tiles. For example keep this one as is but create a separate toggle panel with a different font assigned to it.
Hi,
How can I change the toggle panel title to match this, ehich is linked via Adobe Fonts.
"font-family: Sofia-Pro; color: black;"
Thanks,
Sam
Hi Again,
Thanks for reaching out! .
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.toggle>.toggle-title a { font-family: Sofia-Pro; color: black !important; }Thanks
Salient Support Team
Amazing, thank you!
That worked. Is there a way I can assign a font to different toggle tiles.
For example keep this one as is but create a separate toggle panel with a different font assigned to it.
Thanks or your help