Home page design, Kleo vs GD them with GD plug

This topic contains 18 replies, has 3 voices, and was last updated by  Kor 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #391758

    Qianyun Huang
    Expired Member
    Post count: 18

    I have tried the script you gave me in the last post and worked perfectly.

    I want to remove the background image OR change the height on other pages as well. I wanted to see if you have a list of what the pages call so I can custom your scrip by myself?

    For example ‘.page-template’ or ‘.archive.author’ are the two page you customized for you. What would I call the other pages (listing preview, detail page for the place, check out page, and etc.)

    Thank you!

    .page-template .featured-area {
    display:none!important;
    }

    .archive.author .featured-area {
    min-height: 100px!important;
    }

    #391840

    Kor
    Moderator
    Post count: 16516

    Hi Qianyun,

    Share us the URL’s that you would like to remove the background image and I’ll provide you the custom CSS or probably show you how to achieve it.

    Thanks!

    #391882

    Qianyun Huang
    Expired Member
    Post count: 18

    Thank you for the reply! I have included few URLs that I want to change as I haven’t finish the website yet. Is there a way to apply it to the entire website?

    1. This is the listing page for one of the places. But I would want to make the change for all listings (not just this one). I would like to know: For the section with image (right below header), how do I 1. remove the entire section, or 2.change the height of the section.
    http://www.rateadaycare.com/schools/united-states/washington/seattle/schools/hjui/

    2.The listing preview page.
    http://www.rateadaycare.com/listing-preview/

    3. The checkout page
    http://www.rateadaycare.com/wpi-checkout/

    There are other pages but I haven’t identify them yet.

    #392105

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Let me try to answer your questions accordingly.

    #1 Use this custom CSS

    
    
    .single-gd_school .featured-area {
        display:none!important;
    }

    #2- #3 Use this remove the featured area

    
    
    .geodir_advance_search .featured-area {
        display:none!important;
    }

    Thanks!

Viewing 4 posts - 16 through 19 (of 19 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket