Remove the blue line in the text that is appearing in the text from tag <h1> with class page-header.

The website is https://www.forfit.gr/. I want to remove the blue line in the text from the tags

where is used the class page-header. Someone will tell me what to do and I will do it. If someone can do this from the code I can edit the code too. I am web developer and I am working on the website. It will be a pleasure to work with someone from shopify community.

1 Like

Hi @anreistica ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. 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

  1. Go to Online Store->Theme->Edit code
  2. Asset->/paira.css ->paste below code at the bottom of the file.
.parallax-inner p a {border: none;}