We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

HOW TO CHANGE PRODUCT TITLES TO CENTRE

Solved

HOW TO CHANGE PRODUCT TITLES TO CENTRE

GRIID23
Tourist
3 0 1

I Have coded my titles to be centred, but if I search for a certain product and the results come in all the titles are back on the left, seems to be only when I do a search. not a massive issue but something I would like addressed

 

domain is griidofficial.com , you can see what I am talking about if you search a product onboard my site.

 

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

-Please follow these steps: 

BssTekLabs_0-1718362041982.png

- Then, find the file base.css and add the following code:

 

.full-unstyled-link {
 text-align: center !important;
}

 

- Then, press "Save" to save the changes

- The result you will achieve

BssTekLabs_1-1718362301934.png

 

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

-Please follow these steps: 

BssTekLabs_0-1718362041982.png

- Then, find the file base.css and add the following code:

 

.full-unstyled-link {
 text-align: center !important;
}

 

- Then, press "Save" to save the changes

- The result you will achieve

BssTekLabs_1-1718362301934.png

 

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
GRIID23
Tourist
3 0 1

unsure where I am going wrong did not work for me?

BSS-TekLabs
Shopify Partner
2401 695 836

- Please follow the steps I guided above to find the base.css file.
This code in the base.css file will represent the styles for your title.

BssTekLabs_0-1718372224220.png

- Please add the following code to line 563 in the base.css file. Then press 'Save' to save the code.

text-align: center;

- After you add the above code, it will look like the following image:

BssTekLabs_1-1718372531763.png

- After adding the code, make sure to press 'Save' so that the code can be applied to the store.

BssTekLabs_2-1718372836483.png

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

ZestardTech
Shopify Partner
6161 1100 1479

Hi @GRIID23 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

 

.card__heading {
text-align: center;
}

 

ZestardTech_0-1718362370402.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
GRIID23
Tourist
3 0 1

unsure where I am going wrong did not work for me? thanks

Rahul_dhiman
Shopify Partner
856 168 186

Hello @GRIID23 , Please check the details below.
Go to online store ---------> themes --------------> actions --------> edit code -----> go to Assets----------> search file  "component-predictive-search.css"
-----> go to line number 68, search for this code below

.predictive-search__result-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 2rem;
}

 

and replac this with code below

.predictive-search__result-group {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 2rem;
    align-items: center;
}

and the result will be 
vb.png
let me know if this solved your issue.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

parth_ghelani
Shopify Partner
259 38 40

Hello @GRIID23 

Sorry for the issue you are facing. I've checked and see how it can be placed back on left in product card.

Here is the solution for your issue. you need to just follow below steps:

 

1. In your Shopify Admin, go to online store > themes > actions > edit code.
2. In the code directory, find Asset > theme.css and paste this at the bottom of the file and save the file:

 

.card__heading,
.card__heading .full-unstyled-link {
  text-align: center;
}

 

 

Hope this code works best for you.
If the solution helps you, then kindly accept and like the solution.

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at softkarts@gmail.com for any questions or concerns