Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1121132

    Hi,

    I don’t want the special_amp style in my theme. I’m using the Visual Artist theme – I had no idea this would be part of the theme.

    I’m hoping there can be an easy way of getting rid of the .special_amp. I don’t have the skill set to create a child theme or edit the functions.php.

    Can you provide a solution that I could copy/paste into the WordPress > Dashboard > Appearance > theme editor.

    Thanks very much,

    Ingrid.
    Sydney, Australia.

    #1121279

    Hey IngridSpielman,

    Not sure what are you referring, could you please provide us some details more. What is the Visual Artist Theme?

    Best regards,
    Basilis

    #1121783

    Hi,

    I should have said I’m using the Enfold theme with the Visual Artist Demo files.

    The demo has a css style for .special_amp.

    I’m hoping there can be an easy way of getting rid of the .special_amp. I don’t have the skills to create a child theme or edit the functions.php. I’m hoping there is an easier way.

    Can you provide a solution that I could copy/paste into the WordPress > Dashboard > Appearance > theme editor.

    Thank you,

    #1122588

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit !important;
    }

    Then clear your browser cache and check. If this doesn’t work for your please try adding !important; to each line of code like the last line.

    Best regards,
    Mike

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