How to Remove Underline from Quick links and Catalog Items on the ESC Portal

sivareddy
Tera Contributor

Hi All,

 

After the upgrade to Vancouver, we noticed the catalog items on the ESC portal were underlined.

How can we fix this?

PFA..

sivareddy_0-1701761342471.png

Regards,

Siva

 

2 REPLIES 2

Prashant Ahire
Kilo Sage

@sivareddy 

Sure just target the a element with CSS in a Theme. 

 

The code will look something like.

 

.name-of-your-parent-element {

 a {

text-decoration: none;

}

}

 

Please check and Mark Helpful and Correct if it really helps you.
Regards,
Prashant Ahire

Hi @Prashant Ahire ,

 

I have tried this, but it is not working.

 

Regards,

Siva