• Resolved peachesandguacamole

    (@peachesandguacamole)


    Hi there.
    Great plugin, wanted to say a big thank you.

    I’ve changed the color in the shortcode tag in the style to white, which is the correct colour I want for the listings on the left, but now when the info bubbles pop up on the map the text is invisible against the white bubble.

    How can I change the colour of the info bubble text, but not the listings text?

    https://wordpress.org/plugins/wp-store-locator/

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Try to add this to the styles.css in your theme folder.

    #wpsl-wrap .wpsl-info-window p,
    #wpsl-wrap .wpsl-info-window span {
    color: #999 !important;
    }
    
    .wpsl-info-window strong a {
    color: #4b7ba7 !important;
    }
    
    .wpsl-info-window strong a:hover {
    text-decoration: underline !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Font Colour in pop up info windows’ is closed to new replies.