Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #83899
    Loudmind
    Participant

    Hi there. I’ve been able to add slider images to my homepage (www.champshealth.org), but now the posts are showing up below the slider on the homepage. How can I go about removing those three posts and just displaying the slider with those three images?

    Thanks,
    Roger

    #83929
    Mahesh
    Participant

    Hi @Loudmind,

    Thank you for using Catch Responsive Pro.

    Just checked your site and seems you have managed it to change the homepage to static front page. Now only the content of the page is being displayed.

    Let me know if you are still having issues.

    Regards,
    Mahesh

    #84007
    Loudmind
    Participant

    Hi Mahesh,

    Thanks for the follow-up. I figured out how to remove the posts.

    My question now: is there any way to get the text (that starts with “Through innovative surveillance…”) to appear closer to the slider images, i.e. right below them? In other words, I’d like to reduce the space for that text block, as well as the footer text, to make the page more compact.

    Please let me know – happy to clarify or provide more information. Thanks again for your help.

    Roger

    #84024
    Mahesh
    Participant

    Hi @Loudmind,

    For the removing space below slider, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #feature-slider{
        padding-bottom: 0;
    }

    And for the space between the text and footer, it is because of the empty widget in the footer area. Please go to “Dashboard=> Appearance=> Widgets” And remove the empty Text widget from Footer Area 1.

    Regards,
    Mahesh

    #84086
    Loudmind
    Participant

    Thanks again, Mahesh, that worked perfectly. One more question: could you tell me a way to widen the slider image a bit so it’s flush with the menu bar and text box above and below it?

    Roger

    #84204
    Mahesh
    Participant

    Hi @Loudmind,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #feature-slider .slider-image img{
        width: 100%;
    }

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Need help with slider images on Home page’ is closed to new replies.