This topic contains 3 replies, has 2 voices, and was last updated by Sofia Moss Sofia Moss 2 years, 7 months ago.

A line through the text

  • Hi, In some cases there is a line in the text. How can I remove this?

    Regards
    Rene

    Sofia Moss
    StaffSuper ContributorUser Level

    Hi Rene,

    Thanks for reaching out, you can try to press f12 and use the arrow tool to find specific CSS element and use CSS override with !important to make the changes, more details available in this knowledge base article here.

    Once you’ve found the CSS class name, you can use example code below, to remove the line through text

    .css-class-name {
    text-decoration: none !important;
    }
    

    Cheers,
    Sofia

    Hi Sofia,

    Is there also another way? I am not used to work with CSS.

    Kind regards
    Rene

    Sofia Moss
    StaffSuper ContributorUser Level

    Hi Rene,

    You can try to disable the WP Theme (use default theme) and all plugins, and refresh the page to test the functionality. Then enable back the WP Theme / plugins and check to see if there’s any conflict with any of them. Then contact the theme author or plugin author which conflict has causing the issue.

    If you need our devs team for assistance, you can request it via the contact form here https://codecanyon.net/user/highwarden so our devs team can analyze the timeline/cost.

    Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team if needed.

    Cheers,
    Sofia

The topic ‘A line through the text’ is closed to new replies.