Hi Jidy,
To change the background you can use this css:
.sidebar {
background: #999;
padding: 20px;
}
And this will change the sidebar titles:
.sidebar h3 {
font-family: sans-serif;
font-size: 24px;
}
Just paste those in your custom css box in Theme Options > Advanced Settings.
Hope that helps!
Hannah
Thread Starter
Jidy
(@jidy)
Hi Hannah,
Thank you so much.
The 1st thing works !!
But the the second point doesn t work.
I would like to change the “color Font” of my sidebar.
Can you help me please ?
http://www.skiescollection.com/?page_id=3124
Thank you so much
Hey,
add this css:
.sidebar a {
color: white;
}
Kadence Themes
Thread Starter
Jidy
(@jidy)
Hi,
thank you.
But now, when I roll over, the color desn t switch.
Is it possible to keep the color switch and change only color font ?
let me know please.
Thank you
Hey,
Kadence Theme’s css shouldn’t effect your sidebar hover color. Do you mind adding the css again so I can take a look?
Hannah
Thread Starter
Jidy
(@jidy)
Hi Hannah,
you can take a look with the css added :
http://www.skiescollection.com/?page_id=3124
When you rollhover the different cathegories, there is no color.
I would like to put a specific color not pur white and when we rollhover, it should be a specific blue.
Let me know if it s possible.
Thank you very much.
Hey so you can use css like this:
.sidebar a {
color: #f2f2f2;
}
.sidebar a:hover {
color: #3d61d8;
}
Kadence Themes
Thread Starter
Jidy
(@jidy)
Perfect it works !
you are the bests !
Thank you very much