Shopify themes, liquid, logos, and UX
Hi Community
i recently turned my website into a marketplace and added an app to my website,
the app design is very generic and I’m wanting to customise it so it seamlessly works with the website.
- pages that need custom css
https://www.wellknowngoods.com/pages/seller-profile
and each individual seller page
https://www.wellknowngoods.com/pages/seller-profile/maisie
(there is three that is just one example).
please note that when you click on the seller page the add to cart button, search bar button details are not colour matching my website, the images are small and distorted and the pages don’t take up the entire width of the website page.
if anyone can please help me with this that would be amazing.
Solved! Go to the solution
This is an accepted solution.
Hi @chloejong I have looked into your site, To design the pages according to your theme, there is a lot of CSS that needs to be added so that it can match with your theme.
All of that code can't be done in the console, here is the basic code that will change the color and style of the filter.
<style>
main#MainContent {
background-color: #f8f0de;
}
select#wk_seller_app_filter {
background-color: transparent;
border: unset;
color: #4f2122b1;
}
select#wk_show_qty {
background-color: transparent;
border: unset;
color: #4f2122b1;
}
</style>
Please follow the steps:
Result:
If you will unable to implement the same or write the rest of the code then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
This is an accepted solution.
Hi @chloejong I have looked into your site, To design the pages according to your theme, there is a lot of CSS that needs to be added so that it can match with your theme.
All of that code can't be done in the console, here is the basic code that will change the color and style of the filter.
<style>
main#MainContent {
background-color: #f8f0de;
}
select#wk_seller_app_filter {
background-color: transparent;
border: unset;
color: #4f2122b1;
}
select#wk_show_qty {
background-color: transparent;
border: unset;
color: #4f2122b1;
}
</style>
Please follow the steps:
Result:
If you will unable to implement the same or write the rest of the code then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi @chloejong Glad to hear that the code works, As mentioned in my earlier answer all the request that you have mentioned can't be done from the console, You need to provide the access of your theme so that I can do it, also please note it will take time to complete it.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi Sahil
I would love your help to do the rest of the code as discussed. Please let me know what you need on my end. My shopify collaborator code is 3711. I have tried researching code and doing my self but i cant do it.
Thanks, Chloe
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024