Title: Transparent
Last modified: August 22, 2016

---

# Transparent

 *  [doesthisusernameexistyet](https://wordpress.org/support/users/doesthisusernameexistyet/)
 * (@doesthisusernameexistyet)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/)
 * Hello,
 * Please could someone help me change my transparent OLDER ARTICLES button to a
   black button with white writing? On my site [http://www.projectkillingit.com](http://www.projectkillingit.com)
   you can not see it unless you hover over it.
 * Thanks for any help!

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

 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584174)
 * Hi
 * You can do this by adding the following codes to the theme’s **style.css** file.
   Here I would suggest you to make the changes using [child theme](http://www.sourcexpress.com/wordpress-child-themes-use/),
   so that this change along with other changes made will stay preserved even after
   theme updates
 *     ```
       #nav-below .nav-previous > a {
           background: none repeat scroll 0 0 #000;
       }
       ```
   
 *  Thread Starter [doesthisusernameexistyet](https://wordpress.org/support/users/doesthisusernameexistyet/)
 * (@doesthisusernameexistyet)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584187)
 * Fantastic it worked! Thanks again you’re a star!
 *  Thread Starter [doesthisusernameexistyet](https://wordpress.org/support/users/doesthisusernameexistyet/)
 * (@doesthisusernameexistyet)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584188)
 * For the newer articles button do I change previous to newer?
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584189)
 * Thanks for the appreciations 🙂
 * Use this for the next button
 *     ```
       #nav-below .nav-next > a {
           background: none repeat scroll 0 0 #000;
       }
       ```
   
 *  Thread Starter [doesthisusernameexistyet](https://wordpress.org/support/users/doesthisusernameexistyet/)
 * (@doesthisusernameexistyet)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584199)
 * Thanks so much! Works great 😀
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584201)
 * You are welcome 🙂

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

The topic ‘Transparent’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/transparent-5/#post-5584201)
 * Status: not resolved