Shopify themes, liquid, logos, and UX
Hello Shopify Community,
I'm using the Pipeline theme and I would like to increase the size of the alternative icons in the Icon Columns section. If I upload a alternative icon, the size is too small and I would like to have it bigger.
Could you please help me with this? Unfortunately I have nog coding experience.
Many thanks!
Solved! Go to the solution
This is an accepted solution.
@ARenard - add this css to the end of your theme.css file and check, this will change on this page only, adjust as per the need
#actifyt-joint .icon--large .icon__column__icon {
width: 75px; height: 75px;
}
@ARenard - can you please share the page link where you have these icons?
This is an accepted solution.
@ARenard - add this css to the end of your theme.css file and check, this will change on this page only, adjust as per the need
#actifyt-joint .icon--large .icon__column__icon {
width: 75px; height: 75px;
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024