Hyperlink is appearing in Striked Format

Posted in: Newspaper
Post count: 63

Whenever I am using link,Say name – ADAM JONES then Hyperlink is showing in Striked Format
Screenshot : https://prnt.sc/ndj3hp
Actual Blogpost: https://vizartpandey.com/block-bar-donut-chart-in-tableau/

Screenshot 2:https://prnt.sc/ndj43v
Actual Blogpost: https://vizartpandey.com/preppindata-challenge-s01e02/

Note: These are only Hyperlinks and no striked out tag is enabled anywhere

Post count: 35449

Hi,

Is look like some links have set a class, is possible to be add from some plugins or from beck-end editor, a quick solution is to use a custom css to remove that style ->

.broken_link, a.broken_link {
    text-decoration: none;
}

Thank you!

Post count: 63

May I know where I can add the above mentioned code? Can you please add a screenshot that can guide me the process of adding the CSS code on code editor?
In addition to that I have already shared the credentials before, can you make changes from your end?
Any option is fine with me .

Post count: 35449

Hi,

You need to set the code in Newspaper>Theme panel>Custom code>Custom css -> https://www.screencast.com/t/rkFhnuILFUVd

Thanks.

Post count: 63

Thanks Issue is resolved now

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.