Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6844
    LandUnknown
    Member


    I’m trying to figure out a formatting issue that is evading me.  When you click on a category, tag, author, or date archive title, viewers are directed to a listing of matching posts.  At the top of the list, the Catch Everest Theme displays the relevant title in the following format:

    ——————————————————————
    Category: Title
    ——————————————————————
    The title appears in small, grey text.  Here is an example on my website:
    http://http://terraignatocartography.com/author/landunknown/
    I would like to do away with the lines, and then change the font to match Heading 1 and have it aligned to the left.  How do I go about doing this?

    #6864
    Sakin
    Keymaster

    @LandUnknown: Add the following CSS in “Custom CSS” box in Theme Options panel.

    .page-header { border: none; text-align: left; font-size: 26px; font-size: 2.6rem; line-height: 1.8; }
    @media screen and (min-width: 1190px) { .page-header { font-size: 30px; font-size: 3rem; } }
    @media screen and (max-width: 1060px) { .page-header { font-size: 20px; font-size: 2rem; } }
    @media screen and (max-width: 760px) { .page-header { font-size: 16px; font-size: 1.6rem; } }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Formatting archive titles’ is closed to new replies.