• Resolved zachzacho

    (@zachzacho)


    Hello!

    Thank you for this wonderful plugin. I actually read through all 48 pages of your support commentary– and wow! I learned a lot. I learned how to get rid of the written store listings beneath the map, with:
    #wpsl-result-list {
    display: none !important;
    }
    #wpsl-gmap {
    width: 100% !important;
    }
    I learned how to replace the map with a cool colored one with the website listed here. And I learned how to get rid of the top search bar with this code:
    .wpsl-search {
    display: none !important;
    }
    One thing I did not learn over the past four years of support is how to alter the color of the text within the location’s Infoboxes. Right now I’m showing white on white. I did read about the wpsl_cpt_info_window_template process but I didn’t see any mention of changing color there. So far… I’ve been able to make everything behind the text RED! Which looks pretty bad, but I’m proud of myself. Here’s that hackjob code:

    #wpsl-search-input,
    #wpsl-wrap #wpsl-stores li *,
    #wpsl-gmap .wpsl-info-window {
      color: #ff0000 !important;
      background: #ff0000 !important;
    }
    
    #wpsl-search-wrap label,
    #wpsl-wrap #wpsl-stores li *,
    #wpsl-gmap .wpsl-info-window {
       color: #ff0000 !important;
       background: #ff0000 !important;
    }

    All I’d really like, though– is for the font to be darker. Specifically #2d2d2d. Please help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zachzacho

    (@zachzacho)

    The website link toward my work is here.

    Plugin Author Tijmen Smit

    (@tijmensmit)

    #wpsl-gmap .wpsl-info-window * {
        color: #000 !important;
    }

    This will make all text black. Just replace the #000 with whatever color code you want to use instead.

    Thread Starter zachzacho

    (@zachzacho)

    God bless you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Infobox Text/Font White on White Background (Invisible)’ is closed to new replies.