Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #98357
    Stephens
    Participant

    Hi,

    wanting to use the homepage with the slider has only content, i’d like to remove the content block at the bottom of this slider. Where the articles appears if i publish one (Wrapper and separation lines). Also The featured content block.
    I’d also like to use only one footer block but need to center the content, how can i do that please,

    thanks.

    #98363
    Mahesh
    Keymaster

    @dowal: Please post in your site url.

    Regards,
    Mahesh

    #98388
    Stephens
    Participant
    #98423
    Mahesh
    Keymaster

    @dowal: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content {
        display: none;
    }
    
    #supplementary.one {
        text-align: center;
    }

    Regards,
    Mahesh

    #98574
    Stephens
    Participant

    Thanks for that !!

    #98592
    Mahesh
    Keymaster

    @dowal: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove content block on Homepage’ is closed to new replies.