Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #738083

    I want to change the font for the text that went into the special heading. So, I went to the enfold theme options and selected H5 in the select an element to customize. I’ve picked the font I wanted and saved the changes and sure enough the font is what I want. But instead of typing “and” I’ve decided to use “&”. For some strange reason, that symbol doesn’t change when I choose different fonts. Is there a way of making the “&” match the font type I use? Thank you for your help.

    #738206

    Hey FelixWeile,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #738550

    Hello Rikard,
    How are you? Here are couple screen shots I took of my problem. As you can see, the font changes but the “&” is the same font and size. Thank you for the help. Felix.

    #738773

    Hi,

    This is the default CSS of that character, please change the font to what you want it to be and paste the code in Quick CSS:

    .special_amp {
        font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
    }

    Best regards,
    Rikard

    #745593

    Hi Rikard,
    Thanks for the help, but I’m still a little confused. I see four different font types which ones do I change or do I just add it to the list? And if I change the font will it change all the fonts to it? I just wanted to change the & on the home page. Don’t want to change the other fonts in the rest of the pages. Thanks.

    #746096

    Hi,

    Ah ok, sorry about that. The first font is the one the browser will look for first, if that is not available it will move to the second one and so on. So you only need to change the first font, in this case Baskerville.

    Best regards,
    Rikard

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