Viewing 7 replies - 1 through 7 (of 7 total)
  • Looks like your site is currently offline, as I get a “Error establishing a database connection” on the link above. Touch base again when you have the site back up, and one of the volunteers here can see if they can help you out.

    Perhaps you can also clarify what you mean by “highlight”? Are you trying to change the text color? The background color?

    Thread Starter Fezzzz

    (@fezzzz)

    Hi Chris,

    I’m not sure what you mean by the site being offline. I just accessed it a few times…..no problems.

    What I meant by “highlight” was I just want certain text to have a yellow background.

    Thanks for your help.

    Don
    https://www.sellmyfortmyershousefast.com

    You will need to use CSS to achieve the effect you so desire. First, add this plugin: Custom CSS Plugin.

    Once you add that plugin, add this code:

    h1{
      background-color: #FFE600;
    }

    Nota Bene: You can replace the hex code with any other hex color for a lighter or darker shade of yellow.

    in the text editor (NOT visual) put this where you want the background color to change: <div style=”background:#f9f6c2;padding:12px;”> and then this where you want it to default back: </div>

    Of course you can change the yellow color or padding to suit the style you want.

    @janet4now, that is not going to work because the OP wants the text highlighted, not have the main body have a background color.

    @fezzzz, my suggestion for the main body is to put this code in the Custom CSS plugin:

    .entry-content p{
     background-color: #FFE600;
    }
    
    .wpcf7-form p{
     background: none !important;
    }
    Thread Starter Fezzzz

    (@fezzzz)

    thank you everybody for your help.

    you guys are fantastic!

    https://www.sellmyfortmyershousefast.com

    You are welcome! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Highlighting Text’ is closed to new replies.