Hi There. I love your theme!
I would like to know how to change the sidebar text font and color. I'm using widgets.
http://www.ivancarvajal.com/blog
Thnaks!
Hi There. I love your theme!
I would like to know how to change the sidebar text font and color. I'm using widgets.
http://www.ivancarvajal.com/blog
Thnaks!
In style.css file you will find these styles defined for the color of the texts
line-22 = a {color:#999;text-decoration: none;border-bottom: 1px solid #eee}
line-72 = #sidebar h2 {color:#666;margin:0 0 6px 0;padding: 0}
line-180 = #sidebar ul li {color: #666}
Change the color:.... to any color you like.
And for the font you will see the code below in line-68
#sidebar {font-size:16px;}
replace the code with
#sidebar {font-size:16px;font-family:arial;} and in place of 'arial' type the name of the font you like.
Hope this solves your problem.
Thanks...
Hi, I installed simpleX earlier and I love it. I've been making some changes (I'm a newbie) and I'd like to change the color of the links and hover panels in the sidebar. I've been into style.css but I can't actually find the code that you have detailed in the reply above i.e.
(line-22 = a {color:#999;text-decoration: none;border-bottom: 1px solid #eee}
line-72 = #sidebar h2 {color:#666;margin:0 0 6px 0;padding: 0}
line-180 = #sidebar ul li {color: #666})
Can you please advise
Hi, the above solution is for Cleanr theme. And for simplex theme, its defined in line no. 106 and 111 of default.css inside css folder, if you are using the default sub-theme.
Thanks...
You must log in to post.