Hi team
Trying to get some help on how to fix my company name format size on mobile. Tried all the code things but the formatting isn’t changing.
I’m sure there is a way to change it.
Apexarcgolf.com is the website
Hi team
Trying to get some help on how to fix my company name format size on mobile. Tried all the code things but the formatting isn’t changing.
I’m sure there is a way to change it.
Apexarcgolf.com is the website
Hello @Apexarxgolf
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hey @Apexarxgolf
Are you talking about your logo in the header? If yes, then
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
NOTE: Adjust the font size value as per your needs.
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi, what did you try? Is it that element? You can customize it in the CMS or with CSS code.
Click on “Online Store”: In the left sidebar, locate and click on “Online Store.” This will take you to the themes section.
Select “Themes”: Here, you’ll see your current active theme and any other themes you have installed.
Click on “Customize”: To access the theme editor for your active theme, click on the “Customize” button next to the theme’s name.
Locate the “Assets” folder: In the code editor, find the “Assets” folder on the left sidebar.
Open the CSS file: Look for a file named base.css, or something similar. Click on it to open the CSS file for editing.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the tag
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Hello! @Apexarxgolf , Please follow these steps to add this CSS code:
@media only screen and (max-width: 749px) {
.header .header__heading-link {
padding: 0.2rem !important;
}
}
Here is the screenshot of the same.
Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P
OMG you are the best!
thank you so so much