The website is https://www.forfit.gr/. I want to remove the blue line in the text from the tags
Remove the blue line in the text that is appearing in the text from tag <h1> with class page-header.
1 Like
Hi @anreistica ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/paira.css->paste below code at the bottom of the file:
.parallax-inner p a {
border: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
@anreistica oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/paira.css ->paste below code at the bottom of the file.
.parallax-inner p a {border: none;}