Map CSS not working?

This topic contains 8 replies, has 2 voices, and was last updated by  Kor 7 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #250094

    mstopa
    Buyer
    Post count: 212

    Last week Kor kindly provided me with the following to 2) eliminate the gradient background on the map listings hover boxes and 3) change the background color of the map box.

    http://adventurebrevard.com

    I’ve added both and neither work. Did I miss something?

    Many thanks.

    —–

    2. Use the custom CSS code below to remove it or set your own background color.

    .geodir-bubble_desc h4 {
    background-color: none;
    background: transparent;
    }
    3. Use this custom CSS to change the background color

    .map-places-listing {
    background: #000;
    }

    .map_category {
    background: #000;
    }

    (I changed the background colro to 19364C.)

    Many thanks!
    Marsha

    #250161

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    I’ve just checked your Website and I noticed that you’ve not inserted the custom CSS into Gd > Desgn > scripts > custom style CSS. Which is why it is not working. I’ve made the required changes for you and it should work now. http://prntscr.com/c8132b . Could you please check on your end?

    #250492

    mstopa
    Buyer
    Post count: 212

    Kor,

    Ah. So inserted it in the wrong place. Apologies.

    I’ve checked and it’s working! Thank you so much.

    Two follow up questions, and please forgive my lack of knowledge.

    1) In the GeoDir bubble, the icon/image that is the default for the CPT is not reading correctly now — the image/icon is now overlaid over/under the name of the listing. That’s both on PC and mobile. Screenshot attached. (I am redoing some of these CPT default images, so if I need to change it in some way please advise.)

    2) Is it possible to make the map listing color (19364C) more transparent?

    Many thanks for your help!

    Best,
    Marsha

    #251173

    Kor
    Moderator
    Post count: 16516

    Hi mstopa,

    I’ve just checked your Website it looks like the “Trail” category icon is not showing on the map. If you need help with that, could you please share temp WP admin access?

    As for making the map listing color (19364C) more transparent, try applying the custom CSS code below.

    
    
    .map-places-listing,
    .map_category {
        opacity:0.7;
    }

    Thanks!

    #251176

    mstopa
    Buyer
    Post count: 212

    Thanks so much Kor! You rock.

    I noticed that on mobile this morning also. I did a lot of work with the map icons yesterday so it’s possible I missed something. Will include in a private reply.

    Thank you!

    #251177

    mstopa
    Buyer
    Post count: 212
    This reply has been marked as private.
    #251884

    Kor
    Moderator
    Post count: 16516

    Hi Mstopa,

    I’ve just checked your Website and I realized that you have some broken category icons, could you please fix that? http://prntscr.com/c9e9vx . If possible, please double check all the category icons.

    Thanks!

    #252172

    mstopa
    Buyer
    Post count: 212

    Hi Kor,

    Thanks for your sharp eye!

    I checked all the category icons and all seem to be working.

    I also adjusted the transparency of the listings box. Much better!

    Thanks so much for your assistance!
    Marsha

    #252385

    Kor
    Moderator
    Post count: 16516

    Hi Mstopa,

    Glad that you sorted it out. I’ve replied to your new thread and I’m closing this one

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

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

Open Support Ticket