Archived topic
Sidebar
9 replies · Started by Jose on November 30, 2020
Hi, I have added a sidebar on the page I show below. The fact is that I would like the header of the page to also be above it, is it possible?
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 ?
I have attached you an image
http://luisentr-cp505.wordpresstemporal.com/wp-content/uploads/2020/12/widget.png
The page is
http://luisentr-cp505.wordpresstemporal.com/blog/
Regards,
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.