Home Forums Pro Themes Pet Business Pro Front Page Service Section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #92807
    Deborah Parks
    Participant

    Is there a way to remove the description below the featured image? I’d like to leave the title of the page, but remove all of the description. I’m currently using a work-around, where I’ve created a “dummy” page & redirect users to the page I want them at. But it’s clumsy.

    My website is: http://www.caninekarma.org/

    #92814
    Deborah Parks
    Participant

    Referring to the information being pulled from the page located under the “Services” section on the front page.

    #92850
    wensolutions
    Keymaster

    Hello @dlnsparks,

    When we inspected your site URL, we found that the service section is only displaying the title so hope everything is working fine now.

    Let us know if there is anything further.

    Thank you.

    Best Regards!!

    #92867
    Deborah Parks
    Participant

    The reason the Service section is only displaying the Title is because I created a blank page, with only the title, & added code to redirect that page to the correct page. If you click on one of those, you’ll notice that it’s very clumsy. Is there a way to choose the correct page, but ONLY show the Title? If so, is there also a way to NOT show the featured image on the correct landing page?

    #92902
    wensolutions
    Keymaster

    Hello @dlnsparks,

    Yes for that you need to choose the page that you want in this section to display.

    After that remove the content in the home page in service section add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .home #our-services .entry-content p {
        display: none;
    }

    This will only make the page title appear at the front page.

    Now to remove the featured image in the single page add below given CSS.

    .single .featured-image {
        display: none;
    }

    Huse this helps.

    Let is know if there is any confusion further.

    Thank you.

    Best Regards!!

    #92972
    Deborah Parks
    Participant

    Thank you sooooo much!

    Is there a way to change the Header image and make it a slider, creating different sliders, for different pages?

    #92976
    wensolutions
    Keymaster

    Hello @dlnsparks,

    Glad we could help you 🙂 .

    Regarding the slider feature, it is not available in the theme but if you wish then you can hire our professional developer so that you get what you exactly what you want.

    To hire a developer please refer to below given link.

    https://themepalace.com/hire-a-customizer

    Thank you.

    Best Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.