Home>Support>How can I highlight a paragraph of my blog post?

How can I highlight a paragraph of my blog post?

Hello,
I want to give the advice part of my blog articles a background color. the editing section allows to change the writing color, not the background though.
How do I arrive there all the same, please?
thanks for helping me to get along.
Your support is highly appreciated.

Mira

URL: http://to-be-you.net/blog/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 10 months ago Greg Priday
    Hi, I Work Here

    Hi Maria

    Sorry for the late reply here. I’ll get one of our team members to code up the custom CSS for you. I’ll post it here as soon as they’re done.

  2. 8 years, 10 months ago Greg Priday
    Hi, I Work Here

    Hi Maria

    You can use the “blockquote” button in the WordPress editor to control the background color and color of your emphasis text. Highlight the text and click the blockquote button. Then, go to Appearance > Custom CSS and insert:

    /* Blockquotes */
    
    .entry-content blockquote {
        background: #000;
        color: #fff;
        font-style: normal;
        margin-left: 0;
        padding: 10px;
        padding-left: 10px;
        border-left: none;
    }
    

    Change the background color and color to suit your background and text color. Adjust #000 and #fff to your chosen hexadecimal color codes.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More