Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #939349
change title text size
Closed

Comments

  •  2
    markgal26 started the conversation

    Hi there, I would like to change the size of my title text for all pages.

    I've figured out how to change the title background image to a new default in header.php. How do I now make css changes to the text?

    Thanks in advance!

  • [deleted] replied

    HI!

    pls. use following custom css in theme options:

    .page-title-block .page-title-block-header h1 {
        font-size: 20px;
    }
  •  2
    markgal26 replied

    Thanks, Max! It worked perfectly. Is there a similar code to adjust the h1 text in the footer?

  • [deleted] replied

    Something like this but I need more info.

  •  2
    markgal26 replied

    I'm trying to change the headers in the footer here, photo attached. Thanks in advance:

  • [deleted] replied

    Try this code:

    #footer #contacts .bar-title {
        font-size: 20px;
    }