How can I change some layout code on shella theme for header and product card

Hi, Please help me to make some change on shella theme code.

This is my store. https://arniarts.com/. I want to remove the marked section 1 and show the login icon on marked section 2.

I want this as same as

Hi @SumayahIslam ,

You can follow these steps to remove section 1

  1. Open Online Store > Theme > Edit Code

  2. Find and open the theme.css (or base.css, custom.css) file

  3. Paste the code snippet below at the bottom of the file and hit save

.header__line-additional {
  display: none !important;
}
  1. To add a login icon to section 2, you can go to Settings > Customer accounts

  2. Turn on the select Show login links

Hope this helps you solve the issue.

Please don’t forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

It is not working for me.