Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Adam DeHaven

    (@adamdehaven)

    The color of the text is typically controlled by your theme’s CSS. In order to change the text color, you’ll need to add some custom CSS to your theme, as shown here:

    .perfect-pullquote blockquote p {
        color: #363636 !important; /* Replace #363636 with your desired color */
    }
    Thread Starter overkill22

    (@overkill22)

    Thank you, already done ??

    very nice plugin with clear and simple customization! will leave a review soon!

    Thank you so much for your work!

    Plugin Author Adam DeHaven

    (@adamdehaven)

    No problem. Thanks for the feedback

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font color from shortcode’ is closed to new replies.