meeko
January 12, 2023, 11:39am
1
Hi everyone,
I’ve managed to create one through a custom liquid using the below code.
I’m after some help on:
How to position the button to the right-hand side of the screen?
How to change the size of the writing?
I’ve attached a photo of what I’m after
I’m using the Dawn theme.
Site : https://meeko-8476.myshopify.com/
Password : Meeko
Liquid Code:
Go Back
hello @meeko
please replace this code
Go Back
see screen sort :
https://prnt.sc/MPpPMpfAt5Gd
Ujjaval
January 12, 2023, 11:55am
3
@meeko
Put below css into base.css file (Online store ->themes->Edit code->Assets->base.css
.section-template--17525656322342__5c989f9e-903b-4127-989b-67885ff589ea-padding {
margin-left: 81% !important;
}
Hallo @Alliance
You can add code by following these steps to change collection and product pages background color:
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file
Paste the below code before
.section-template--17525656781094__c69dd8f8-483d-4761-a961-ea3fb5316140-padding {
text-align: end !important;
padding-right:10px !important;
}
EBOOST
January 12, 2023, 11:59am
5
Hi @meeko
May I suggest to update code these steps:
Update your code to code below
Go Back
Go to Store Online-> theme → edit code
Assets/base.css
Add code below to bottom of file
.goback {
text-align: right;
}
.goback a{
background-color: #FFFFFF;
text-decoration: none;
color: black;
/* Update 12px to the number that you would like to show */
font-size: 12px;
}
meeko
January 12, 2023, 12:07pm
6
Hi @shubhamSharma
Thank you this worked.
How can I change the font size?
@meeko
font size change css
.section-template--17525656781094__c69dd8f8-483d-4761-a961-ea3fb5316140-padding a {
font-size: 15px !important;
}
meeko
January 12, 2023, 12:11pm
8
Hi @EBOOST
Thank you so much, this worked!
@meeko
simpla add font size the way of style tag font-size:20px;
please have a look my new code
Go Back
I hav set font size 20px you can chnage your requirment