Title Header Area

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27541
    Alec Wild
    Participant

    Hello,

    I’m trying to change the height of the Title Header area on all pages. Documentation says “Theme Options->Header” has those settings, but I found them in “Theme Options->Backgrounds. Still, when I select a background color and put in a number for the Title Header height, nothing changes. I’ve flushed my cache several times, so I know it’s not that.

    Can you advise?

    #27543
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    header#title-area {
        padding: 30px 0 15px;
    }
    

    Basically you need to adjust the padding.

    #27557
    Alec Wild
    Participant

    Thanks for such a quick reply. That did the trick.

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