I want to choose the font size on my collection title in my collection page

I want to choose the font size on my collection title in my collection page

imazele
Explorer
54 0 14

Hi I want to reduce the size of my collection title in my collection page : PRO CLUB T-SHIRTS

And I also want to center the title and the description text.

 

Here is the link :https://www.five-pocket.com/collections/pro-club-tshirts 

 

Thanks in advance.

Capture d’écran 2024-08-14 à 16.37.59.png

Replies 4 (4)

BSS-TekLabs
Shopify Partner
2401 695 831

- Here is the solution for you @imazele 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.collection-hero__title {
    font-size: 26px !important;
    text-align: center !important;
}
@media screen and (min-width: 750px) {
    .collection-hero__title+.collection-hero__description {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
        text-align: center !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1723646857217.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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
imazele
Explorer
54 0 14

Hi Thanks, 

 

It works on desktop but on mobile as you can see down below on the picture the description text isn't center align. Can you please tell me how to correct that ? 

 

Here is the link of my collection page : https://www.five-pocket.com/collections/pro-club-tshirts 

Here is the picture : 

IMG_8174 2.jpg

BSS-TekLabs
Shopify Partner
2401 695 831

Can you add more this code @imazele 

.collection-hero__title+.collection-hero__description {
    text-align: center !important;
}

BSSTekLabs_0-1724082485412.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

Aatiqa
Excursionist
24 3 5

Hello @imazele 

 

indly, follow the below steps to fix your problem:

 

1) From your Shopify admin dashboard, Go to Online Store
2) Choose the theme which you wanna edit and click on Edit Code
3) Add this code in the end of theme. liquid file above </body>

<style>
.collection-hero__text-wrapper {
    text-align: -webkit-center !important;
}

.collection-hero__title {
    font-size: x-large !important;
}

</style>

 

Result:

 

Aatiqa_0-1723647702127.png

 

If I was able to help you and my solution worked well for then, please don't forget to Like it and Mark it as Solution.


Best Regards,
Aatiqa