KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Sidebar widget font size change #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Updated to latest Constructor theme
2.
3.

What version of the ... are you using?
1. Wordpress: 3.13
2. Constructor: 1.6
3. PHP:
4. Browser: Chrome
5. OS: XP

What URL of your blog(s)?
1. http://www.aikitama.com 

Please provide any additional information below.

Original issue reported on code.google.com by youngbea...@gmail.com on 25 Jun 2011 at 2:39

GoogleCodeExporter commented 8 years ago
Use CSS rules:
#sidebar a {
    font-size:14px !important;
}

and next for remove dots
aside ul {
    list-style:none
}

Original comment by AntonShe...@gmail.com on 25 Jun 2011 at 4:48

GoogleCodeExporter commented 8 years ago

Original comment by AntonShe...@gmail.com on 10 Jul 2011 at 7:15