• Resolved Dutchintouch

    (@dutchintouch)


    Is there a way to change the background color for the author (in the blockquote block) from black to something else?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dutchintouch ,

    Unfortunately, as of now, there is no such option. But I would love to take this as a suggestion. I’ll put forward your thought about this to our team and if feasible we will try to improve the scenario in our future updates.

    Meanwhile, I can help you with the Custom CSS. Could you please share a screenshot that points out the background color you are talking about?

    Looking forward to hearing from you.

    Thread Starter Dutchintouch

    (@dutchintouch)

    Thanks, but meanwhile I did find a way to change the background color, via CSS:

    .wp-block-uagb-blockquote .uagb-blockquote__author-wrap {
    background-color: whitesmoke;
    }

    Would it be possible to accomplish the same thing using the ‘Additional CSS Class(es)’ setting in the block options? If so, how?

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dutchintouch ,

    I’d like to let you know, the Advanced block setting allows you to add a CSS class to your block, letting you write custom CSS to style the block as you wish.

    For example, if you wanted to justify the text for certain blocks only, you can add a class such as my-justify-class to the Additional CSS Class field in the paragraph block settings. Then, visit your CSS editor and write a style for the class like so:

    Example:

    p.my-justify-class {     
      text-align: justify; 
    }

    Please refer to this screenshot.

    I hope that clarifies.

    Regards,
    Sweta

    Thread Starter Dutchintouch

    (@dutchintouch)

    That is good to know.Thanks!

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dutchintouch ,

    You’re welcome!

    If you need anything else we can help you with, please don’t hesitate to open a new ticket.
    
    Have a nice day and week ahead! 🙂

    Regards,
    Sweta

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

The topic ‘Blockquote Author background color’ is closed to new replies.