Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132375
    Sukesh Chande
    Participant

    I would like the following changes to be done to my homepage (http://www.sukhindu.com):

    1. Remove all content from homepage only.
    2. Set a particular background image for homepage only.

    Please let me know if this is possible.

    Thanks,
    Sukesh

    #132376
    Skandha
    Participant

    @sukesh-chande: Do you mean to remove everything from homepage and just display the background image?? If yes
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home #page {
        display: none;
    }
    body.home{
        background:url("");
    }

    Insert the background image url between the double quotes.
    Let me know if you have anymore issues.

    Regards,
    Skandha

    #132379
    Sukesh Chande
    Participant

    Hi Skandha

    Thanks! Works fine. But it appears that I might not have been clear with what I have tried to achieve. Please see below:

    I want the homepage to be different from the rest of the site. Therefore the requirement of removing all the content from the homepage. However, the CSS code shared doesn’t let any content to be displayed on the homepage. What I want is to keep a full page background image for the homepage with a few buttons (using a plugin for this). Upon clicking these buttons the actual site should open (depending on what has been clicked).

    Hope this is clear. Do let me know if this is possible?

    Thanks,
    Sukesh

    #132435
    Skandha
    Participant

    @sukesh-chande: I am sorry to have misunderstood you. To create a homepage different from the rest of the page with a background image and few buttons you will need to get your site customized. I suggest you to hire a customizer.

    Let me know if you have anymore issues!

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Some changes in HomePage’ is closed to new replies.