• Resolved donuthing

    (@donuthing)


    Hey everyone,

    How can I change only the widget text colors, like the product category/footer widgets.
    Because when I change the color for text of the sections, it also change the widget text.

    Greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tseten a11n

    (@tibetanitech)

    Hi @donuthing,

    I understand you are trying to change the text color of some selected widgets. To do that, you will need to use the specific CSS selector(class or id). Can you share with us a link to your site and what changes do you plan to make? Or else you can check this reference here https://d.pr/i/lVxUY0

    In this case, instead of changing color to p directly, I will use ID to be more specific of the change, the code will look something like the following:

    #text-5 p {
        color: #fff;
    }
    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy!

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu/widget text color’ is closed to new replies.