Site logo

Archived topic

Category Title Font and Background Styling

5 replies · Started by Chris on June 15, 2015

Viewing posts 1–6 of 6

I would like to style the Category title font (white color and smaller font) and text background (add the same repeating image used in blog header) to match the page header:
http://www.roadbikeoc.com/category/2015-bikes/

Can't do it via the excellent GP Premium Add-ons.

I assume the easiest way is to use custom CSS. Any advice would be greatly appreciated.

FYI, This would be a good additional customizing feature to include for the next version of GP Premium. ;)

Give this a try:

.page-header {
    background: transparent;
    color: #fff;
    padding-left: 0 !important;
}

Perfect!

FYI, how can I make the category header font smaller? I tried tweaking in the style.css file directly (tried h1, h2, h3, h4) but it didn't shrink it. :/

(Going forward will only use the Custom CSS file.)

This should do it:

.page-header h1 {
      font-size: 25px;
}

Adjust as needed :)

Thanks!

You're welcome :)

This archived topic is closed to new replies.