• Resolved redenex

    (@redenex)


    Hello

    Using Lloric One Lite.

    How do I reduce the Big Title Section Height?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter redenex

    (@redenex)

    Also, how do I make all sections background as transparent so that my original background image shows (transparency)

    Did you ever get a response on the original question?

    I think you’d want to add the custom CSS to your child theme or the ‘additional css’ block.

    .header .overlay-layer {
    height: **(your value)**;
    }

    Heres the default .header .overlay-layer CSS

    .header .overlay-layer {
    height: Auto; /*height of container*/
    padding-top: 84px; /*space above your logo*/
    padding-bottom: 195px; /*space beneath your logo*/
    }

    • This reply was modified 7 years, 12 months ago by Sean.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Big Title Section – Reduce Height’ is closed to new replies.