Tag Title Uppercase

Posted in: Newsmag
Post count: 31

how do i make the tag title uppercase? i tried to do this in the theme panel => theme fonts and put all tag related fonts to uppercase but my tag titles are still not uppercase. im talking about this page: http://justfreshkix.com/tag/nike-kobe-11/ where it says “Tag: Kobe 11” i want that to be uppercase. thanks!

Post count: 23312

Hello justfreshkicks,

If you want to make your page title tags being UPPERCASE, you will have to use a bit of CSS code to do it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-page-title span {
text-transform: uppercase;
}

The result -> http://screencast.com/t/bfOw57TiSGfe

Thanks for your message!

Post count: 31

Thanks! worked perfectly.

Which element do i change in the theme panel -> theme fonts to change the font and size of the tag pages? I can’t seem to find where i can do that. Because i am looking to change the font of the body in this page http://justfreshkix.com/tag/nike-kobe-11/. specifically the

“The Nike Kobe 11 is the eleventh signature Nike Basketball shoe for Kobe Bryant, and the final Nike Kobe model that he wore in the NBA. The shoes were designed by Eric Avar, and were unveiled on December 14th, 2015. Stay tuned to JustFreshKicks for the latest news, colorways, and release dates for the Nike Kobe 11.

PRICE RANGE: $200-245”

part i would like to change the font and size of. Thanks!

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css to increase the font zise for the indcated page:

body.tag-nike-kobe-11{
font-size: 10px;
}
.tag-nike-kobe-11 .entry-content p{
font-size: 20px;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.