I have a section on shopify which shows “products you have viewed recently” and I want this section removed from my website, I am using craft theme and here is the attachment below
Hello @Rebi
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Hello @Rebi
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.AkTopPin {
display: none;
}
IT is still showing that section
Hello @Rebi
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.AkTopPin .AkTopPin__container {
display: none;
}

