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.
Hey FelixWeile,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
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.
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
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.