Home Forums Pro Themes Magpaper Pro Increase Font Size for Header Left Section and Header Right Section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #118006
    Bob Gonsalves
    Participant

    We would like to increase the font size for the post title that appears on the left and right side of the header.

    This is the section from Customizing — Front Page — Header.

    Is there custom CSS code for this?

    Thank you in advance.

    #118053
    wensolutions
    Keymaster

    Hello,

    To increase the font size, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .site-header #left-side-post .entry-title, #right-side-post .entry-title a{
        font-size: 22px;
    }

    You can increase the font-size as per your requirement.

    Hope this helps.

    Regards.

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