Decrease top picture size on Listing details page

This topic contains 5 replies, has 3 voices, and was last updated by  C A 6 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #396989

    C A
    Free User
    Post count: 3

    Hello,
    Is there a way to decrease the size of the top picture on Listing details page please ?
    I mean the burger/fries picture on the screenshot for Listing details https://wpgeodirectory.com/downloads/supreme-directory/
    The aim is to have the title “Burger factory” higher on this page
    Thanks a lot for your help

    #396997

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You can adjust the height of the details listing featured area image by using the custom CSS code below. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .single-gd_place .featured-area {
        max-height: 250px!important;
        height: 250px!important;
        min-height: 250px!important;
    }
    #397005

    C A
    Free User
    Post count: 3

    Thanks a lot it works fine.

    #397072

    C A
    Free User
    Post count: 3

    Another question, is there a way to change the background picture (a map with fingers) only on the homepage, not on the others ?
    I tried this CSS code, but it did change all background pictures
    .featured-img {
    background-image: url(“http://meilleure-boulangerie.com/wp-content/uploads/2017/09/bread-1284438.jpg”) !important;
    }

    Thanks again

    #397087

    Paolo
    Site Admin
    Post count: 31206

    You just need to add a new featured image to the home page.

    Please see the Home section of this doc: https://wpgeodirectory.com/docs/supreme-directory-overview/

    Thanks

    #397135

    C A
    Free User
    Post count: 3

    Thanks for your response !

Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket