Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    You could just place it in your theme’s style.css but when the theme is updated it will likely disappear. To avoid this, create a child theme and add it to the child theme’s style.css file.

    Next time just add more CSS to the same file. And if you should have custom templates or PHP code, this all goes with the same child theme, so creating one is well worth the (minimal) effort.

    Like bcworz said, child themes are the best for this type of thing. Here’s a link to help if you don’t already know how to use them: https://codex.wordpress.org/Child_Themes

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Embellishing an embedded Gmap’ is closed to new replies.