Can't adjust em letter spacing on non-home pages via customizer ie. portfolio, about

Hi I really like the oregano font as preset in the template I activated… but unfortunately I cannot seem to adjust the letter space on secondary pages… fiddled with all the em spacing in customizer headings section… but can’t seem to affect page titles. Are page titles specific H value or ‘looks’ like H value and if so which? Any help would be appreciated. Would rather not lose the effect of Oregano Font on Front page headings. Thanks

Hello @Lenispot,

Thanks for asking. :slight_smile:

For page title letter spacing, please add following CSS under X > Theme Options > CSS:


.h-landmark, .entry-title.h-landmark {
    letter-spacing: 0.02em !important;
}

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

Worked like a charm! Thanks. Also thanks for the relevant tutorials and resources. Always welcome (and put to good use)

Cheers! Leni

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.