Hi! I added one app to my page (Izirent) and I would like to remove the brand name. It shows up on my collection.
How can I do that?
Thank you in advance
Hi! I added one app to my page (Izirent) and I would like to remove the brand name. It shows up on my collection.
How can I do that?
Thank you in advance
hi @evaoherjus
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Regarding your concern to remove the app brand name in collection page. Please add the code below and follow the instructions
Step1: Online store > Themes > Edit code > search for css file and select the theme css file
Step2: Paste the code to the end of the file
.tags tags--collection inline-list{
display: none !important;
}
Hope this helps.
Best regards,
PageFly
Hi! Unfortunately it didn’t work.
Any other ideas? Maybe I wasnt clear on describing the problem. Here is the page:
https://evaoherjus.com/collections/rent/izyrent
Password: evaeva
It is the RENTAL COLLECTION from main menu.. where this logo is.
Please add below css code in bottom of assets/theme.scss.css file
ul.tags.tags–collection.inline-list li:nth-child(2) {
display: none;
}
Thank you.
You are BRILLIANT! Thank you!