-
AuthorPosts
-
August 16, 2023 at 9:20 pm #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.
August 17, 2023 at 8:30 am #1416455Hey charger70,
Could you post a link to where we can see the element in question please?
Best regards,
RikardAugust 17, 2023 at 12:52 pm #1416473This reply has been marked as private.August 17, 2023 at 12:59 pm #1416474This reply has been marked as private.August 17, 2023 at 2:13 pm #1416479Hi,
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,
RikardAugust 17, 2023 at 2:21 pm #1416483This reply has been marked as private.August 17, 2023 at 4:29 pm #1416488Hey,
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,
YigitAugust 17, 2023 at 4:32 pm #1416490This reply has been marked as private.August 18, 2023 at 1:24 am #1416516Hi,
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,
MikeAugust 18, 2023 at 12:43 pm #1416540This reply has been marked as private.August 18, 2023 at 1:26 pm #1416542Hi,
When I check your page I see Yigit’s solution above loading:
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:
Best regards,
MikeAugust 18, 2023 at 1:32 pm #1416545This reply has been marked as private.August 18, 2023 at 1:54 pm #1416548Hi,
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 -
AuthorPosts
- The topic ‘Disable “graphic” ampersands, quotes and apostrophes’ is closed to new replies.