Hello
I had previously been given some css by the support team to change the style of the ampersand in the theme. I have now however changed to a completely different Google font so have removed the css code I had been given, but the ampersand is still showing in the old/previous style.
Can you help?
Many thanks
Hey Picante,
Is the text with ampersand this one: FIT-OUT FOR SCHOOLS & COLLEGES if it is, try to add this code in Quick CSS (located in Enfold > General Styling):
span.special_amp {
font-family: 'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Let us know if it works :)
Best regards,
Nikko
That worked – thank you! Is there a way to stop it changing the colour i.e. so that it is the same colour as the text around it?
Many thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color .special_ampersand{
color: #c0cd0b !important;
}
Best regards,
Jordan
Hi!
Please add following code to Quick CSS
.special_amp {
font-family: sans-serif;
font-size: inherit!important;
font-style: inherit;
font-weight: lighter!important;
color: inherit!important;
}
Regards,
Yigit
Great – that worked – thank you!