Title: Back and forward button colour
Last modified: August 22, 2016

---

# Back and forward button colour

 *  Resolved [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * (@rtbethel)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/back-and-forward-button-colour/)
 * Hi,
 * Is there a simple way to edit the blue navigation buttons under each post? The
   colour font etc?
 * [http://www.goodislandliving.com](http://www.goodislandliving.com)
 * [https://wordpress.org/themes/pictorico/](https://wordpress.org/themes/pictorico/)

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/back-and-forward-button-colour/#post-5339490)
 * Yes there is. 🙂 Learning how to target your site’s CSS will help you make certain
   design and layout changes. Here are some very helpful posts that will help you
   customize your site with CSS:
 * [https://dailypost.wordpress.com/2013/07/25/css-selectors/](https://dailypost.wordpress.com/2013/07/25/css-selectors/)
 * [http://dailypost.wordpress.com/2013/06/21/css-intro/](http://dailypost.wordpress.com/2013/06/21/css-intro/)
 * [http://dailypost.wordpress.com/2013/08/29/css-matched-rule-pane/](http://dailypost.wordpress.com/2013/08/29/css-matched-rule-pane/)
 * [http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/](http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/)
 * If CSS is new to you, here are some resources for learning more about it:
    - [CSS Basics](http://en.support.wordpress.com/custom-design/css-basics/)
    - [Editing CSS](http://en.support.wordpress.com/custom-design/editing-css/)
 * Here’s what the single post navigation looks like in the Firebug browser inspector:
 * [⌊Conch Salad Good Island Living⌉⌊Conch Salad Good Island Living⌉[
 * You can adjust various qualities by using CSS. Have a look at the guides I provided
   above and see if you can start making some of the tweaks in your Custom CSS.
 * To get you started, something like this would change the main background colour
   to purple, the font colour to grey, and the font itself to Source Sans Pro.
 *     ```
       .site-main .post-navigation .nav-previous a, .site-main .post-navigation .nav-next a {
           background: #bb00bb;
           color: #333333;
           font-family: "Source Sans Pro", Helvetica, sans-serif;
       }
       ```
   
 * See if you can figure out the rest and let me know if you get stuck with something
   specific.
 *  Thread Starter [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * (@rtbethel)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/back-and-forward-button-colour/#post-5339492)
 * Great thanks. reading through your links now.

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

The topic ‘Back and forward button colour’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/back-and-forward-button-colour/#post-5339492)
 * Status: resolved