I want to show the view all link in the line of the heading like the below screenshot
Hi @swayurindia
Could you share your store link to check?
Hello @swayurindia
Its sidenodeTechnologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → theme.liquid file.
Add the following code in the bottom of the file above tag
Let me know if need further assistance
Regards,
Hi @swayurindia
Please add this code to bottom of your base.css file in Online store > Themes > Edit code > Assets
.center.collection__view-all { position: absolute; top: 10px; }
.center.collection__view-all a { color: #000 !important; }
@media screen and (max-width: 749px) {
left: 15px;
}
@media screen and (min-width: 750px) {
left: 25px;
}
