Hello,
I need to change the size of the title text saying “Features” on this page https://www.popcycleco.com/blogs/news
Any advice to make it smaller would be greatly appreciated.
Hello,
I need to change the size of the title text saying “Features” on this page https://www.popcycleco.com/blogs/news
Any advice to make it smaller would be greatly appreciated.
Hello There,
@media screen and (min-width: 769px){
.hero__title, .page-title, .product-title-big, .shopify-policy__title .h1, .shopify-policy__title h1 {
font-size: 35px!important;
}
}
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
#features #BlogSection h1.page-title{
font-size: 32px !important;
}
Hope this works.
Thanks!