i Want This Text to display after icon

how to get this text after icon as shown in image

URL: https://a6b804-0a.myshopify.com/?_ab=0&_fd=0&_sc=1

@Emiway , You can try:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result :

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you

Hi @Emiway ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

or the below one


If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hi @Emiway

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.css. Search for the following CSS snippet

.text-with-icons__item {
        display: flex !important;
        align-items: center !important;
    }

Result

If it helps you, please like and mark it as the solution.

Best Regards

  • Here is the solution for you @Emiway
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hello @Emiway , 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.
.text-with-icons__item.snap-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

See the output in the screenshot below,

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.