Hey, so I use text boxes a lot, and want to change the font family to Work Sans.
Is there a way I can change the default setting for this? I tried edit H6 to use Work Sans in the text boxes, but it just breaks formatting wise.
Please advice.
Thanks,
-Daniel
Hey Dzimnikov,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
https://aloriadance.com/wp-admin (login details below)
The About page in particular
Thank you so much!
Nevermind, found the setting.
Quick question on another site, also regarding finding a small setting.
So on this site: https://jeremysportfol.io/
When you scroll down… a black bar appears on the menu… but the text remains black… i’d like to change that text to white… as the black menu bar appears.
Is there a setting for this… or does it require code?
Hi,
Add this to quick css:
#header.av_header_transparency a .avia-menu-text{
color:black!important;
}
#header a .avia-menu-text{
color:white!important;
}
Best regards,
Jordan Shannon
Worked perfectly, thank you so much as always.
Have another random question.
Here is a screenshot of the text editor: https://imgur.com/a/YLp0I9i
On the left hand side… each new set of indented bullet points are a different style, but in the preview, they are all the same.
The client is asking if there is a way to make them different, as they are in the text editor. Is that possible?
Hi Dzimnikov,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
ul ul li {
list-style: square;
}
If you need further assistance please let us know.
Best regards,
Victoria