• Resolved danna1982

    (@danna1982)


    Hello,
    For the “big title section” the more text you write the more of the background picture shows up. Is there anyway to have the amount of background showing in the big title section regardless of how much text is written (and without the use of the buttons)? Any help would be greatly appreciated.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Adding the following CSS will do the job:

    .header {
        height: 500px !important;
    }

    And you should use a trick to only add this CSS to your site’s front-page. ??

    Regards,
    Hardeep

    Thread Starter danna1982

    (@danna1982)

    Thank you for your help!

    Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Please mark this thread as resolved, and don’t forget to review the theme if you like it. ??

    Regards,
    Hardeep

    Thread Starter danna1982

    (@danna1982)

    Hi,

    Changing the .header to 500ps worked but now every page has a header with 500px. Ive tfied changing what template each page is using but the header is still there. I only want the header on the Home page to be fixed at 500. Any ideas?

    Hustletalktv.com

    Hardeep Asrani

    (@hardeepasrani)

    Try this code instead ?? :

    .home .header {
        height: 500px !important;
    }

    Regards,
    Hardeep

    Thread Starter danna1982

    (@danna1982)

    Thank you Hardeep!Works!

    Hardeep Asrani

    (@hardeepasrani)

    I’m glad it worked. Thanks for the review, Danna. ??

    Regards,
    Hardeep

    Hi everyone,

    I got this to work, 90%!
    There is now a grey bar/shadow where the old height used to end…
    check out balloomination.de to see what I mean.
    The height was successfully changed using the

    .home .header {
    height: 500px !important;
    }

    CSS code.

    Question is, how do I get rid of the grey bar?

    Thanks!!!

    Hi,

    Please give me the link to your website to check it. ??

    Regards,
    Hardeep

    Hey,
    the link is: https://www.balloomination.de

    Hi,

    Adding this will remove it:

    .header-content-wrap {
        box-shadow: none !important;
    }

    Regards,
    Hardeep

    Thank you Hardeep – much appreciated!
    Seems to have solved the Problem.

    Best,
    Alex

    Hello @Ballomination I noticed that your website has pages created, but instead of leading you to a different page, it actually directs you to another part of the same page. How did you do that?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Big title section’ is closed to new replies.