Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21857
    sbartsch
    Participant

    Quick question: (I’m not a coder) – but how can I change the Page titles, and post titles to be bold? Any info is greatly appreciated.

    For Example: https://ieo.wp.d.umn.edu/finances/
    (I’d like the Finances to be bold. Also can I make it slightly larger in size too?)

    Thanks for your great support!

    #21871
    Sakin
    Keymaster

    @sbartsch: Ok you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen Size above 768px */
    @media screen and (min-width: 769px) {
    .entry-header .entry-title {
        font-size: 40px;
        font-weight: bold;
    }
    }
    #21880
    sbartsch
    Participant

    Most excellent. Many thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Page Title Styling’ is closed to new replies.