Title: widget css problem
Last modified: August 19, 2016

---

# widget css problem

 *  Resolved [fostinwd](https://wordpress.org/support/users/fostinwd/)
 * (@fostinwd)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/widget-css-problem/)
 * I’m a begginer, sorry for posting silly things like this.
 * I’m trying to style my sidebar, the links have to be greay and uppercase, without
   a bullet..
 * but still it looks like this: [LINK](http://ladygagafan.net/test/)
 * CSS:
 *     ```
       .widget ul{
   
       list-style: none;
   
       }
   
       .widget ul a:link {
   
       font-family: arial;
       font-weight:bold;
       font-size:11px;
       color:#6A6A6A;
       text-decoration:none;
       text-transform:uppercase;
   
       }
   
       .widget ul a:hover {
   
       font-family: arial;
       font-weight:bold;
       font-size:11px;
       color:#B9B9B9;
       text-decoration:none;
   
       }
       ```
   
 * and the widget code in the sidebar.php:
 *     ```
       <div class="widget"> 
   
       <h2>Archives</h2>
   
       <ul>
   
       <?php wp_get_archives('type=monthly'); ?>
   
       </ul>
   
       </div>
       ```
   
 * Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/widget-css-problem/#post-1401874)
 * you either don’t use the widgets from ‘admin->appearance->widgets’ or your theme
   does not use widget classes:
 * that is part of the html of your site from your browser:
    <h2>Categories</h2>
    -  <li class=”cat-item cat-item-1″>[Uncategorized](http://ladygagafan.net/test/?cat=1)
 * `
 * you could try and use:
    `#sidebar-a ul a:link {`
 * instead of:
    `.widget ul a:link {`
 * in your styles.
 *  Thread Starter [fostinwd](https://wordpress.org/support/users/fostinwd/)
 * (@fostinwd)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/widget-css-problem/#post-1401891)
 * THANK YOU SO MUCH!!!!
    It works! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘widget css problem’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 2 replies
 * 2 participants
 * Last reply from: [fostinwd](https://wordpress.org/support/users/fostinwd/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/widget-css-problem/#post-1401891)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
