[Resolved] Theme heading font took over my mapping plug-in

  • Author
    Posts
  • #15891

    Andrew Misplon
    Keymaster

    Hi Art

    Thanks for reaching out. You’re welcome to use email support if you prefer ([email protected]).

    The map is wrapped in an h4 tag which is why it’s being targeted. You can perhaps add the following to your Custom CSS:

    h4 * {
    	font-family: 'Open Sans', sans-serif;
    	font-weight: normal;
    }
    h4 * strong * {
    	font-weight: 600;
    }

    Or, you could unset the font setting in the Customizer and we’ll add those rules back manually, excluding the h4 tag.

    #15893

    Arthur Rudick
    Participant

    Andrew,

    Thanks for troubleshooting this problem for me. It took me a while to remember why I wrapped the four shortcodes (including the map) with the h4 tags. It turns out that for some reason that I don’t understand, the h4 tags spaced the elements on the display in exactly the way I wanted them to be spaced. I removed the h4 tags and found a different way to create the same spacing and the text returned to the map’s default text. Problem solved. Thanks again.

    Art

    #15901

    Andrew Misplon
    Keymaster

    Hi Art

    Thanks for the update, glad to hear you found a way forward.

    Cheers

    Andrew

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

The topic ‘Theme heading font took over my mapping plug-in’ is closed to new replies.

Scroll to top