Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #199288

    allcal
    Participant

    How do you reduce the height size of the top page title bar?
    How do you create an image background behind the content and the sidebar but not fill the page title bar in Renew? Can it have parallax?

    Here is a page example: http://www.enchantedyosemite.com/yosemite-westmap/

    #199559

    Paul R
    Moderator

    Hi there,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    .x-header-landmark {
    padding: 30px 0;
    }
    

    Change 30px to adjust the height of the title area.

    With regards to backgrounds you can check out this link https://theme.co/x/member/kb/shortcode-walkthrough-content-band/

    Hope that helps.