How To Remove The Underline Below A Link In An Image Overlay? - Question | JoomShaper

How To Remove The Underline Below A Link In An Image Overlay?

AG

Amar Guillen

SP Page Builder 1 month ago

Hi,

I would like to remove the underline below a link in an image overlay element. Please would you tell me how to do?

Here is the page: https://www.guillenphoto.com/en/ Scroll down until you read "Different Styles to Suite your Needs". 5 boxes are displayed. I would like to remove the underline to gain simplicity in the reading.

Thanks for your help. Sincerely, A. Guillen

0
7 Answers
AG
Amar Guillen
Accepted Answer
1 month ago #164360

Hi Paul,

thanks for your prompt answer. I appreciate it.

It works fine. That is perfect.

Thanks for all Sincerely, A. Guillen

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #164293

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #164318

Amar, This should help for all those addons:

.overlay-image-title h4 > a, .overlay-image-title  a,
.overlay-image-title p > a,  .overlay-image-title .sppb-addon-title > a  {
  text-decoration: none;}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #164366

BTW

If you want to remove underline style in all links from all components - use that

#sp-component a {text-decoration: none;}

You're welcome.
0
AG
Amar Guillen
Accepted Answer
1 month ago #164369

Hi Paul,

your last solution seems to be the best for me. I do not want to have the underline on any link.

I tried but it does not work. I have the underline.

Do you have any idea why?

Thanks for all A. Guillen

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #164386

It's worth to use all CSS that I shared so far. Becuase sometimes "deeper" classes may have underline.

OR

You can try that

#sp-component a {text-decoration: none !important;}

0
AG
Amar Guillen
Accepted Answer
1 month ago #164435

Hi Paul,

it works now. Thanks a lot for your help.

Sincerely,

A. Guillen

0