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

    For some reason when I underline a word in a regular paragraph, the word does not appear with an underline, but appears in a different font and color. It is not even legible. How do I turn this feature off?

    Here is a screen shot.
    2018-09-01_1420

    #1004463

    Hey thomasoo,
    This looks like a css rule overriding the default, please link to the page so we can examine it.

    Best regards,
    Mike

    #1004464

    Thank you – it’s on this page

    In the responsible development section (last paragraph)

    #1004482

    Hi,
    This is the css causing it:

    #top .all_colors u, #top .all_colors span[style*='underline;']{color:#719430;line-height:1.4em;font-family: 'Caveat', 'Helvetica Neue', Helvetica, Arial, sans-serif;text-decoration:none !important;display:inline-block;}

    Please try this code in the General Styling > Quick CSS field, or in the WordPress > Customize > Additional CSS:

    #top .all_colors .av_textblock_section p span[style*='underline;']{
    color: inherit !important; 
    line-height: inherit !important; 
    font-family: inherit !important;
    text-decoration: underline !important;
    display:inline-block;
    }

    Best regards,
    Mike

    #1004729

    It’s perfect now! Thank you so much.

    #1004739

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1005002

    Yes I am good to go! Thanks again.

    #1005024

    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 ‘Weird problem when underlining paragraph text’ is closed to new replies.