Re: Mobile app title formated wrong

Mobile app title formated wrong

Apexarxgolf
Visitor
2 0 0

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

 

 

Replies 6 (6)

niraj_patel
Shopify Partner
2378 514 511

Hello @Apexarxgolf 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
    .header__heading span.h2 {
        font-size: 17px !important;
    }
}
</style>

niraj_patel_0-1725265042320.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Apexarxgolf
Visitor
2 0 0
OMG you are the best!

thank you so so much

Moeed
Shopify Partner
5319 1436 1721

Hey @Apexarxgolf 

 

Are you talking about your logo in the header? If yes, then

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.header__heading-link .h2 {
    font-size: 18px !important;
}
}
</style>

NOTE: Adjust the font size value as per your needs.

RESULT:

Moeed_0-1725265161684.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


lynth
Shopify Partner
107 5 14

Hi, what did you try? Is it that element? You can customize it in the CMS or with CSS code.

1. Click on “Online Store”: In the left sidebar, locate and click on “Online Store.” This will take you to the themes section.

2. Select “Themes”: Here, you’ll see your current active theme and any other themes you have installed.

3. Click on “Customize”: To access the theme editor for your active theme, click on the “Customize” button next to the theme’s name.

4. Locate the “Assets” folder: In the code editor, find the “Assets” folder on the left sidebar.

5. Open the CSS file: Look for a file named base.css, or something similar. Click on it to open the CSS file for editing.



Screenshot 2024-09-02 at 10.17.03.png

If my tips are useful, just mark it as the solution. Cheers!
Feeling grateful? Buy me a coffee!

AnneLuo
Shopify Partner
933 173 199

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 </head> tag

<style>
@media screen and (max-width: 767px) {
  .header__heading .h2 {
    font-size: 18px !important;
  }
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Huptech-Web
Shopify Partner
930 187 196

Hello! @Apexarxgolf, Please follow these steps to add this CSS code:

1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.

@media only screen and (max-width: 749px) {
   .header .header__heading-link {
        padding: 0.2rem !important;
    }
}

 

Here is the screenshot of the same.

Screenshot_67.png

Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required