how to add space between the letters of the titles studio theme

Solved

how to add space between the letters of the titles studio theme

HCM15
Excursionist
41 0 8

hello! id like to space out the letters and maybe if possible change the font only of the titles, can this be done? TIA studio theme campomadero.com

Captura de pantalla 2025-01-29 a la(s) 4.33.53 p. m..png

Accepted Solution (1)

Olllie
Shopify Partner
121 11 23

This is an accepted solution.

 

You could try this:

In your base CSS file (Online Store > Themes > ... > Edit Code),

then add this:

.title { letter-spacing: 10px; font-family: Arial, sans-serif; }

Just double-check that it doesn't change anything you don't want it to.

Ollie | Founder & Developer of autoBlogger and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!

View solution in original post

Replies 3 (3)

Olllie
Shopify Partner
121 11 23

This is an accepted solution.

 

You could try this:

In your base CSS file (Online Store > Themes > ... > Edit Code),

then add this:

.title { letter-spacing: 10px; font-family: Arial, sans-serif; }

Just double-check that it doesn't change anything you don't want it to.

Ollie | Founder & Developer of autoBlogger and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!

HCM15
Excursionist
41 0 8

hi it doesn't seem to change the spacing 

HCM15
Excursionist
41 0 8

it worked thanks!