Grid View windows background color

This topic contains 4 replies, has 2 voices, and was last updated by  Guust 8 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #47817

    Xin Peng
    Free User
    Post count: 2

    Hi,the background color of windows on my grid view are transparent, so they look like default image of geodirectory map, I want to change it into white with css so I add following code to Custom>CSS:
    .geodir-addinfo{background-color:white!important;
    }
    .geodir-content{background-color:white!important;
    }
    but the white didn’t fill out the windows properly, look like thisScreenshot
    I tried to use margin, overflow and some other ways found online, but none of them helped.

    #47818

    Xin Peng
    Free User
    Post count: 2

    The screenshot seems broken, I posted another one.

    #47821

    Guust
    Moderator
    Post count: 29970

    Try this

    .geodir-gridview {background: white:}

    Let us know how you went.

    #47822

    Xin Peng
    Free User
    Post count: 2

    Yes, It works totally fine, actually I also just worked it out with more lines of code, obviously yours is way much more neat.Thank you so much!

    #47824

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

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

Open Support Ticket