Site logo

Archived topic

Sidebar

9 replies · Started by Jose on November 30, 2020

Viewing posts 1–10 of 10

Hi there,

do you want the header just above the Sidebar ?

No problem, I have solved it!

Glad to hear that!

Only one thing,

I have insert a WP widget in the layout, not like a sidebar, how can I change the color of it widget?

Which widget do you mean ? Is this added in Elementor ?

Yes, the page is made with elementor, but the widget is from WP, not Elementor!

But what widget is it ?

Hi,

You can use these selectors to style your category widget.

/* Link color */
selector ul li a{
    color:red;
}
/* "Categories" text styling */
selector h5{
    color:blue;
}
/* list icon color and other non tagged text */
selector ul{
    color:green;
}

Place this CSS code on the category widget's "Custom CSS" on Advanced tab on Elementor.

This archived topic is closed to new replies.