• Resolved josefilho1

    (@josefilho1)


    How to change the title color in the sidebar?
    The Pattern is this gray. But I want it for black.
    This part that shows the “views” and the name “e-mail” is so clear that you can barely see.
    Can you help me?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Vinod Dalvi

    (@vinod-dalvi)

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    #secondary .widget {
        color: #000;
    }
    Thread Starter josefilho1

    (@josefilho1)

    Thanks again! Just one more doubt…
    How do I change the color of the respective sidebar widget titles?

    Vinod Dalvi

    (@vinod-dalvi)

    Use below custom CSS code to change widget title color.

    #secondary .widget > h3.widget-title {
        color: #000;
    }
    Thread Starter josefilho1

    (@josefilho1)

    Thank you!

    You are always welcome here ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title color in sidebar’ is closed to new replies.