• Resolved jobbyj2002

    (@jobbyj2002)


    Hi,

    This is a very good theme, easy to use and simple to follow.

    Is there a way that I can create spaces between each section to make the background image visible?
    For example, between FOCUS and ABOUT US, I would love a gap there, as well as between OUR TEAM and TESTIMONIALS

    Any suggestion will be appreciated

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • MariusG

    (@marius_codeinwp)

    You can add empty sections with a defined height between sections, but you will have to edit the php files. To be more accurate, front-page.php or sections files themselves.

    You can add something like this:
    <section style="height: 250px;"><div class="color-overlay"></div></section>

    This will add an empty transparent section with a height of 250px.

    Regards,
    Marius

    Thread Starter jobbyj2002

    (@jobbyj2002)

    Thank you Marius

    Regards

    pastorstevehcf

    (@pastorstevehcf)

    How do I add that specifically – where in the css coding on the front-page.php? Thanks.

    MariusG

    (@marius_codeinwp)

    I am sorry, but we do not offer this kind of support for our Lite products.
    I already offered general instructions on how it can be done, you will have to do some tests and see where it’s best suited for you.

    The lines I mentioned above should be inserted between sections, there are comments in the code to let you know where a section starts.

    Kind regards,
    Marius

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Transparent strips between section’ is closed to new replies.