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

    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

    #705641

    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

    #706217

    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

    #706275

    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

    #706276

    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

    #706280

    Great – that worked – thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ampersand (&) problems’ is closed to new replies.