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, 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
Open Online Store > Theme > Edit Code
Find and open the theme.css (or base.css, custom.css) file
Paste the code snippet below at the bottom of the file and hit save
.header__line-additional {
display: none !important;
}
To add a login icon to section 2, you can go to Settings > Customer accounts
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.