Hi,
I want to move the date and time to center, and if possible display text New York and make font size 10px
A user seeks to center-align a date and time element on their Shopify store, add “New York” text, and reduce the font size to 10px.
Solution Provided:
div#time-current {
text-align: center !important;
}
Current Status:
Hi,
I want to move the date and time to center, and if possible display text New York and make font size 10px
Hi @Luxurymrkt ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
div#time-current {
text-align: center !important;
}
Here is the result:
Please let me know if it works!
Best,
Daisy