Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1280238

    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

    #1280367

    Hey Dzimnikov,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1280641

    https://aloriadance.com/wp-admin (login details below)

    The About page in particular

    Thank you so much!

    #1280664

    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?

    #1280668

    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

    #1281598

    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?

    • This reply was modified 3 years, 6 months ago by Dzimnikov.
    #1282046

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.