• We recently moved all of our snippets to the Code Snippets plugin. All work well except two simple CSS snippets dealing with content spacing and an element’s font size. The two snippets work fine when we have them in our theme’s custom CSS area but do nothing when in the Snippets plugin.

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

    (@suitsjen)

    Update: the snippet that eliminates the gap in content spacing is now working. The snippet that changes font size of an element is not working.

    Plugin Author Shea Bunge

    (@bungeshea)

    Are you able to share the code of the snippets here? It’s tricky to debug this sort of thing without knowing exactly what you’re working with.

    Thread Starter suitsjen

    (@suitsjen)

    The snippet is intended to change the font size of the name on the Person element. Here is a page where the person element is displayed: https://archframestage.wpenginepowered.com/art-consulting/ (scroll down the page until you see the people).

    Here is the snippet:
    .person-name {
    font-size: 20px !important;
    }

    It’s been working while in our theme’s (Avada) custom CSS formula but it does not work when using the Code Snippets plugin.

    • This reply was modified 3 months, 2 weeks ago by suitsjen.
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.