• Resolved flatironsprinting

    (@flatironsprinting)


    Hello,

    We currently have a pretty clean site setup with the Fortune Theme, but are having some issues with the “Page Title Header Bar” at the top of the screen taking up too much space. We would like to hide this or reduce the height if possible.

    Does anyone have any recommendations on some custom CSS to attempt?

    Thanks!

    D

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    The site url that you provided is not our theme. Please activate fortune so we can assist you. In our theme “Page Title Header Bar” section spacing is already managed.

    But you can use below css rule to reduce space and font size of “Page Title Header Bar” of your currently activate theme.

    .page .entry-header.primary-hentry{
    padding: 24px 0 !important;
    }

    .entry-header.primary-hentry .entry-title{
    font-size: 24px !important;
    }

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Way to hide the “Page Title Header Bar” from the screen?’ is closed to new replies.