Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
dear community,
Im using refresh theme but i do not like that there multirow or text with image sections are always displaying the images in some sort of square/box/card structure, I would like to have the images go fullscreen until the edge of the device. how can I
A) change this behavior for the entire theme
or only
B) change it for a particular section
current screenshot shows it from homepage
C) how can I change the text font size for only 1 particular section how to increas it
D) change the font size for paragraph for the entire theme -> what will happen on mobile? will mobile use a different font size automatically that fits the smaller screen?
many thanks
preview: https://ywj95ufem1ian0t3-61049766108.shopifypreview.com
@PhMA , if you can't find any settings in your customize. Follow these to custom your section
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above </body>
<style>
.section-template--18349959971036__multirow_98qgrd-padding .image-with-text:nth-child(2) .image-with-text__grid {
flex-direction: column;
}
.section-template--18349959971036__multirow_98qgrd-padding .image-with-text:nth-child(2) .image-with-text__media-item {
width: 100%;
}
.section-template--18349959971036__multirow_98qgrd-padding .image-with-text__text.rte.body li {
font-size: 20px /*Change it to increase the font size text*/
}
</style>
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
many thanks but I like to have it full screen until the border of the screen
plus can you help me for
A)
B)
C)
D)
?
many thanks
@BSSCommerce-B2B would you have a solution for the other questions A, B, C, D ?