Shopify themes, liquid, logos, and UX
Hi,
I wanted to make the Vendor name on my product pages bigger for my Desktop
my site is https://sselects.com/products/fendi-gold-embossed-leather-fendilicious-phone-cover
Hi,
Try this:
In your "Theme settings" (in the theme customizer), click Custom CSS and paste in this code snippet:
.product-info__block-list > .product-info__block-item:first-child .feature-badge p {
font-size: 25px;
}
Change the "25px" part to whatever number works best for you.
Hope that helps.
.vendor.h6.link-faded {
font-size: 25px!imporatnt;
}
Hi MIKESTORK,
To make the Vendor name bigger, you'll need to add custom CSS to your theme.
Here's a step-by-step guide:
1. Access Your Shopify Admin
2. Navigate to Theme Editor
3. Edit Code
4. Locate the Theme's CSS file(This file might be named something like theme.css, style.css,base.css)
5. Add Custom CSS(add this CSS in base.css file in the bottom)
/* Increase font size of the vendor name on product pages */
.link-faded {
font-size: 40px; /* Adjust the font size as needed */
}
Save Changes.
I hope this is helpful to you
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024