Shopify themes, liquid, logos, and UX
Hello, i want to add a thin line below the price on my product page
this is my website, i want it to look something like this:
where there is a thin line underneath the price
my theme is dawn, website url is www.rosella-elegance.com , password is mechaw
Solved! Go to the solution
This is an accepted solution.
Hello @ads18922
did you update that code into your base.css if yes and still didn't work
then try adding this CSS block to your theme.liquid file just before </head> tag
<style>
.price {
border-bottom: 1px solid #bebebe;
padding-bottom: 20px;
margin-bottom: 30px;
}
</style>
Because when I use the same code into Dom its works fine See
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
Hello @ads18922
Follow these Steps:
You can Simply add this CSS if you want that line to be shown in the Desktop view and mobile view both
.price {
border-bottom: 1px solid #bebebe;
padding-bottom: 20px;
margin-bottom: 30px;
}
Or If you want it only on mobile version you can use this CSS code
@media(max-width:766px){
.price {
border-bottom: 1px solid #bebebe;
padding-bottom: 20px;
margin-bottom: 30px;
}
}
If this solution Work Kindly Like this And Marke it As a Solution
And fuel me up by Buy Me A Coffee
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
hello this didnt work
This is an accepted solution.
Hello @ads18922
did you update that code into your base.css if yes and still didn't work
then try adding this CSS block to your theme.liquid file just before </head> tag
<style>
.price {
border-bottom: 1px solid #bebebe;
padding-bottom: 20px;
margin-bottom: 30px;
}
</style>
Because when I use the same code into Dom its works fine See
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
that worked, thanks!
wait, it works on the product page, but it also added a line to the product cards on the home page. Anyway you can make it so it just appears on the product page and not products cards?
Hello @ads18922
I have not encountered any issue on the home page
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
i didnt check desktop, but on mobile the line was showing underneath the products cards on the homepage. Can you check on mobile?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024