Hi, can anyone help, I’d like to make the titles central on my homepage (circled) but can’t seem to figure it out. I use classic and my site is www.fivelittlediamonds.co.uk. Thank you!
Hello There,
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss.liquid->paste bellow code in the bottom of the file
.section-header.section-header--large h2.section-header__title.h4 {
text-align: center!important;
}
.section-header__link--right.medium-down--hide {
display: none!important;
}
That was perfect thank you!
1 Like
Kindly feel free to get back to me if you need any further assistance Thanks!
