Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #982515

    Hi guys,

    When I try to put html code in the special heading, it only responds to <br> If I try bold (aka strong html code), just like in your coming soon demo, it does not change anything in the front end. In the backend however, you DO see the changes with html.

    How can I fix this?

    Sincerely,
    Morticka

    • This topic was modified 6 years, 4 months ago by Morticka.
    #982575

    Hey Morticka,
    I have taken a look and found that the strong tag is working, Please see screenshot in Private Content area of the element with and without the strong tag.
    I do see that the font doesn’t have a very thick heavy stroke, you could try choosing a different font, or you could try this code in the General Styling > Quick CSS field:

    #top.page-id-866 h2.av-special-heading-tag {
     text-shadow: 1px 0 0 currentColor;
    }

    Best regards,
    Mike

    #982749

    Thx Mike :D,

    Yes, I changed the text and left only Coming Soon. Before that you saw no difference with the rest of the tekst.

    Have you seen that Italic does not work on the front end? Do you have a fix for that? :)

    Sincerely,
    Morticka

    #982769

    Hi,
    Which text is meant to be italic on the maintenance mode page?

    Best regards,
    Mike

    #982786

    Hi Mike,

    Sorry, I meant the homepage, hero image :)

    Sincerely,
    Morticka

    #982801

    Hi,
    Thank you, the theme’s css reset had cleared the tag, so I added it to your Quick CSS:

    i {
    font-style: italic !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #983656

    Yes, it works!!!! And we know now why it did not work before.

    Thanks so much Mike :D

    You can close this one.

    Sincerely,
    Morticka

    #983664

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘html code inside special heading not working’ is closed to new replies.