Site logo

Archived topic

Different Headings

12 replies · Started by Sebastián on September 21, 2017

Viewing posts 1–13 of 13

Try something like this:

.blog h2.entry-title,
.archive h2.entry-title,
.search h2.entry-title {
    line-height: 1.2em;
    text-transform: uppercase;
}

Let me know.

It worked thank you so much!

The only time this is isn't working is when I do a Search on the Search Bar.

Edited the code above. Give it another shot.

Awesome thanks!

No problem!

Can you also put that h2 code with uppercase letters? only in the blog page title.

Excelent thanks!

No problem!

Is it possible to also include a different letter size for the h2 in the previous code? I will change it later put the size you want.

Of course. Just add in font-size: 20px;

This archived topic is closed to new replies.