Map text color

This topic contains 11 replies, has 2 voices, and was last updated by  Kor 6 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #409879

    kala konto
    Expired Member
    Post count: 38

    Hello,

    i have set my sites default color as grey and it changed the maps “Use cntr + scroll to zoom” text also, could i change it with custom css for my listing and detail pages map ? (home pages map has white text…)
    i tryed something like
    .geodir_map_v3_listing_map-1 a {
    color: #ffffff;
    }
    and
    #sticky_map_geodir_map_v3_listing_map-1 a {
    color: #ffffff;
    }

    #409880

    Kor
    Moderator
    Post count: 16516

    Hi Kala,

    Could you tell which texts are you trying to change? Perhaps you can pinpoint it using a screenshot?

    Thanks!

    #409895

    kala konto
    Expired Member
    Post count: 38
    This reply has been marked as private.
    #409899

    Kor
    Moderator
    Post count: 16516

    Hi Kala,

    Sorry, I’m not sure if I’m getting this. Could you tell me which texts are you trying to change the color?

    Thanks!

    #409900

    kala konto
    Expired Member
    Post count: 38

    Ooh sorry, the picture did not upload on my first post. Here:

    #409904

    Kor
    Moderator
    Post count: 16516

    Hi Kala,

    Ok, thanks. Please try inserting the custom CSS code below into GD > Design > Scripts > Custom Style CSS.

    
    
    #detail_page_map_canvas_wrapper p {
        color:#fff!important;
    }
    #409905

    kala konto
    Expired Member
    Post count: 38

    Sorry this did not do it, i even tryed changing the code a bit, but text color would not change

    #409907

    Kor
    Moderator
    Post count: 16516

    Hi Kala,

    Could you provide an access to your WP admin? I’ll like to check and see if everything is configured correctly. Please use the private reply option below.

    Thanks!

    #409917

    kala konto
    Expired Member
    Post count: 38
    This reply has been marked as private.
    #409922

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #409931

    kala konto
    Expired Member
    Post count: 38

    thank you

    i was watching the listing map before.
    i needed to add 2 more codes to get all maps fuction

    Codes for anybody with same problem:
    #geodir_map_v3_listing_map_4_wrapper p {
    color:#fff!important;
    }
    #geodir_map_v3_listing_map_1_wrapper p {
    color:#fff!important;
    }

    map numbers way be different*

    #409941

    Kor
    Moderator
    Post count: 16516

    Hi Kala,

    Glad that you sorted it out. Enjoy GD and feel free to leave us a quick review, it helps us grow! 🙂
    https://wordpress.org/support/plugin/geodirectory/reviews/?rate=5#new-post

    Thanks!

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

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

Open Support Ticket