[Resolved] Category Title Font and Background Styling

Home Forums Support [Resolved] Category Title Font and Background Styling

Home Forums Support Category Title Font and Background Styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #114826
    Chris

    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. πŸ˜‰

    #114858
    Tom
    Lead Developer
    Lead Developer

    Give this a try:

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

    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.)

    #115087
    Tom
    Lead Developer
    Lead Developer

    This should do it:

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

    Adjust as needed πŸ™‚

    #115185
    Chris

    Thanks!

    #115189
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.