• Hello,
    Can you tell me how to highlight in yellow and enlarge the last sentence before my contact form using the “custom css” plugin/

    Its the one that starts out “If you have any questions, please do not hesitate to call. We can be reached at:

    What does the code look like?

    Thank you.

    http://www.sellmyfortmyershousefast.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can use these styles:

    background-color: #FFE600;
    font-size: 20px;

    To use the codes which David has given above:

    Edit your page, switch to HTML view, when you find your paragraph it will be preceeded by:
    <p style="text-align: center;">
    change it to:
    <p style="text-align: center; background-color: #FFE600; font-size: 20px;">
    all on one line.

    I see an unsuccessful attempt to use a class called “yellow-highlight”, suggest that you remove this now redundant span code.

    Even better you could add a CSS class name to the paragraph tag and add the styles to your theme (preferably child theme).

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Or using the “custom css” plugin

    Yup, good catch Andrew. Keep forgetting about that one as I don’t use it myself.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Highlighting one sentence in yellow’ is closed to new replies.