• I am new to WP and scoured through the previous forum posts looking for a solution. I feel like I was thorough, but may have missed what I was looking for.

    I will have multiple maps on a single page. Some backgrounds are white and the text directions display in a black font color which is perfect. However some bg colors are maroon and the text color of the directions in that section is a gray. It is difficult to read.

    How can I change just the maroon sections (there are 3 of them alternating with the white bg sections) to use a white font color for the directions that display?

    Here is a link to my sight so you can see what is happening…
    https://www2.khstigerbandboosters.org/competition-info/

    Thanks so much in advance for any help you can provide!!

    Dave

    https://www.ads-software.com/plugins/wp-flexible-map/

Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day Dave,

    Sorry for the delay in responding, it’s been a big week.

    I can’t see the different background sections you refer to above (perhaps I’m too late!) but you can target your styling with CSS. Each directions block has a class flxmap-directions so you can target elements within that block with CSS like:

    .flxmap-directions {
        /* some CSS rules, e.g. */
        background-color: white;
    }

    In Google Chrome, you can right-click on any page element and select Inspect Element to see what class it has, then use that in your CSS to change the appearance of the element.

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘Direction text color’ is closed to new replies.