• Resolved HMGTech

    (@hmgtech)


    Hi Guys not sure if this is the right place to ask this question. But I have installed the evolve WordPress theme and want to be able to remove a part of the homepage. There is a Gap between my main heading and my slide. Please see picture for details. https://goo.gl/7J9ROp

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have a link to your site? It looks like the heading would have lots of padding above and below it, as well as the content having padding above will create that space.

    Thread Starter HMGTech

    (@hmgtech)

    Thank you for your response. Here you go https://goo.gl/ij29cl

    ok, you will need to enter these pieces of CSS into your “custom CSS” area within the evolve options panel:

    The first bit turns off the page title for the home page, getting rid of a good amount of space. The second bit removes the margins that are on top of the article and the heading to bring your main title right up in line.

    .home .entry-title {
      display: none;
    }
    .home .entry-content.article, .home .vc_row h1:first-of-type {
      margin-top: 0;
    }

    Hopefully this all works, if not, please let us know ??

    Thread Starter HMGTech

    (@hmgtech)

    Awesome awesome awesome you genius!!. Worked 100% Thanks alot

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit WordPress evolve theme.’ is closed to new replies.