Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #292702

    Hi,

    A really really small bug for you.

    I have a Color Section [ using a custom colour #823194]. Within it I have a Special Heading.(I am using the default enfold installed fonts.)
    Heading Text is “Cornwall & Isles of Scilly” and set to H1

    When you view the page the “&” is displayed as the same colour as the background colour. So all the user sees is “Cornwall Isles of Scilly” in the title.

    Just thought you should know :)

    For now I will use “Cornwall and Isles of Scilly” :)

    #292981

    Hey Heathcliffe!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .special_amp {
    color: inherit;
    }

    It will make the color of special amp same as body text color

    Cheers!
    Yigit

    #320824

    Hey @Yigit,

    I have come across another similar issue with formatting general text. Instead of writing ” I am ” i write I’m but this is displayed as I’\m
    where does the \ come from?

    This happens on the LayerSlider and I have seen it on a Special heading (sub heading) too.

    H.

    #320967

    Hey!

    Try using the html entity code of the apostrophe symbol. Refer to this link: http://www.freeformatter.com/html-entities.html

    Cheers!
    Ismael

    #369624

    Thanks Ismael,

    But I thought the whole idea of a WordPress Theme was so you don’t have to do much coding. I would see this as a bug.

    Thanks for the link though, I will give it a go.

    Regards,
    H

    #370425

    Hey!

    I hope it will work for you. Let us know, if you need any more help.

    Best regards,
    Andy

    #797630

    We also have similar problem with “&”. It is being converted to a special symbol when we use it in special heading and looks very ugly. How can we solve this?

    #798035

    Hi @YTM_Filip,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #798109

    Yeah, sure. I forgot to post the link at the previous post.

    #798233

    Hi,

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

    .special_amp {
        font-family: inherit !important;
        font-style: inherit !important;
        font-size: inherit !important;
    }

    Best regards,
    Rikard

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