• Resolved meyerwp

    (@meyerwordpress)


    Hello,
    I added a widget “text” on sidebar 1 with a text

    I would like to change the color of the font of the widget (in white)

    and the title on the widget (contact in red)

    https://jeromemeyer.com

    thank you for your feedback

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I would like to change the color of the font of the widget

    .textwidget {
     color: white;
    }

    and the title on the widget (contact in red)

    .widget-title {
     color: red;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can add that to your Child Theme style.css file.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    By the way, this is not a CSS comment:

    // Now we can override styles from the parent theme...

    This is a CSS comment:

    /* Now we can override styles from the parent theme... */

    Thread Starter meyerwp

    (@meyerwordpress)

    Thank you very much for your swift reply!
    It works!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing color font of widget text’ is closed to new replies.