Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1416430

    Hello – client would like to disable the graphical ampersands, quotation marks and apostrophes that appear in Enfold post headlines. How can I do this? Does it require custom CSS? Thank you in advance for your help.

    #1416455

    Hey charger70,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1416473
    This reply has been marked as private.
    #1416474
    This reply has been marked as private.
    #1416479

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .special_amp {
      font-family: inherit;
      color: inherit;
      font-style: inherit;
    }

    Best regards,
    Rikard

    #1416483
    This reply has been marked as private.
    #1416488

    Hey,

    Please use the code as the following:

    
    #top .special_amp {
        font-size: 1em;
        line-height: 1;
        font-style: normal;
        font-family: inherit;
        font-weight: 300;
    }
    

    After that, please go to Enfold theme options > Performance and disable CSS file merging, save theme options, clear cache, and enable CSS file merging once again.

    If that doesn’t work, please create temporary admin logins and share them with us in the private content field.

    Regards,
    Yigit

    #1416490
    This reply has been marked as private.
    #1416516

    Hi,
    Try this css instead:

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

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416540
    This reply has been marked as private.
    #1416542

    Hi,
    When I check your page I see Yigit’s solution above loading:
    Enfold_Support_2966.jpeg
    Please remove this css and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files then add this css to your WordPress ▸ Customize ▸ Additional CSS or Enfold Theme Options ▸ General Styling ▸ Quick CSS field and Then clear your browser cache and any cache plugin, and check.

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

    This is the results I see when I test on your page:
    Enfold_Support_2968.jpeg

    Best regards,
    Mike

    #1416545
    This reply has been marked as private.
    #1416548

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Disable “graphic” ampersands, quotes and apostrophes’ is closed to new replies.