• Try as I may, I cannot remove a section from my homepage. Being new to WordPress, I managed to remove the four features with the help on the online forum, but in doing so created another problem.

    Now, my homepage has two ugly sections which appear to be immovable. The first section contains the home page intro: “Call: (+44)7508607499” and the second section which is a blank space directly below it. Here is my site for your viewing: https://cv-building.com/

    If you could help me in any way then it would be much appreciated. I am at the stage of desperation but dare not play around with the code on my own!

    Many thanks
    James

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    I would like to suggest you to please re-install the theme…

    Or, you can follow the links of the screenshot given below for once according to your issue..

    1) The first section contains the home page

    https://screenpresso.com/=Kc1tc

    2) second section which is a blank space directly below it.

    https://screenpresso.com/=pFIad

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks!

    Thread Starter jameswall230

    (@jameswall230)

    Hello,

    The issue is that I want to completely get ride of the homepage intro and the four features on the homepage. However, when I try to get rid of the four features, I am left with a green space at the bottom of my page that I cannot seem to get rid of!

    I was recommended using the following code to remove this but upon doing so it just deleted all of my page content. The code I tried using is as follows:

    .content-wrapper {
    display: none !important;
    }

    Thanks!

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Try this code in custom CSS field of the dashboard.

    .content-info h2 {
        display: none !important;
    }
    #content {
        display: none !important;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Section from Homepage’ is closed to new replies.