Hi Shopify Community,
Do you have any codes that I can change the color and size for both Vendor and Product Name on the collection page but only for Mobile Version?
Here is my store: https://dfsouth.com.au/
Best regards,
Ian
A Shopify store owner seeks CSS code to modify the color and size of vendor and product names on collection pages, specifically for mobile view only.
Solutions Provided:
</head> tag, targeting both elements togetherFollow-up Request:
The original poster clarifies they need separate codes to modify vendor name and product name independently, rather than a single code affecting both elements at once. They want the ability to style each differently.
PageFly-Richard responds by offering to separate the code into two blocks—one for product name and one for vendor name—allowing independent customization.
Status: The discussion appears ongoing, with the final separated code solution being prepared but not yet fully detailed in the visible conversation.
Hi Shopify Community,
Do you have any codes that I can change the color and size for both Vendor and Product Name on the collection page but only for Mobile Version?
Here is my store: https://dfsouth.com.au/
Best regards,
Ian
Hi @DFSouth
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hello There,
@media screen and (max-width: 767px ){
.collection .card__information .full-unstyled-link, .collection .caption-with-letter-spacing.light{
color: #e30000;
font-size: 18px !important;
}
}
Hi, @ZestardTech
Do you have separate codes to modify each vendor name and and product name? I mean in a separate way. I want two codes that I can modify vendor name and product name. Cause the code you gave, once you change stuff in that code, it’s gonna affect both vendor name and product name at the same time.
Best regards,
Ian
Hi, @PageFly-Richard
Do you have separate codes to modify each vendor name and and product name? I mean in a separate way. I want two codes that I can modify vendor name and product name differently. Cause the code you gave, once you change stuff in that code, it’s gonna affect both vendor name and product name at the same time.
Best regards,
Ian
@DFSouth so you can try this code, i will separate it for you
First block is for product name, last block is for vendor