• Resolved madgeshatbox

    (@madgeshatbox)


    Looked for the support questions for this one. Can you add a text color to the short code for a single review?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    No. But you can add a class option to the shortcode and then use custom CSS to set the text color.

    Shortcode:

    [site_reviews class="red-text"]

    CSS:

    .red-text {
        color: red;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Text color’ is closed to new replies.