How can I remove specific elements from my website theme?

How can I remove specific elements from my website theme?

albaria
Tourist
14 0 0

Hello 🙂 I want to remove the circled areas on the provided screenshots (icons and text included, except: on the „reset password“ page only the square box). Has anyone an idea how I could do that? I am not so familiar with coding but hope that I simply have to delete something from the code.

My website is https://maliya.co

 

I already installed a fresh new copy of my Theme design and the boxes appear there as well, so they are probably theme related.

 

The pages:
https://maliya.co/account/login
https://maliya.co/account/register
https://maliya.co/account/login#recover

 

IMG_6587.jpegIMG_6586.jpegIMG_6585.jpegIMG_6584.jpeg

 

Replies 3 (3)

thirtycoders
Shopify Partner
135 21 27

Hi @albaria,

 

Simply follow these steps:

  1. Navigate to Online Store -> Theme -> Edit code.
  2. Search for the file "base.css."
  3. Paste the provided code at the bottom of the file.
  4. Save your changes.

 

.section-template--19110855115016__main-padding .form__message{
  display: none !important;
}

.RegisterForm-password-error{
   display: none !important;
}

 


Thank you

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com
valucioo99
Visitor
1 0 0

Hi, how can i remove this:Foto.PNG

 

PageFly-Henry
Shopify Partner
1184 335 290

Hi @albaria 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.form__message {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.