Title: soder08's Replies | WordPress.org

---

# soder08

  [  ](https://wordpress.org/support/users/soder08/)

 *   [Profile](https://wordpress.org/support/users/soder08/)
 *   [Topics Started](https://wordpress.org/support/users/soder08/topics/)
 *   [Replies Created](https://wordpress.org/support/users/soder08/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/soder08/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/soder08/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/soder08/engagements/)
 *   [Favorites](https://wordpress.org/support/users/soder08/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Inkness] Hide page titles](https://wordpress.org/support/topic/hide-page-titles-4/)
 *  Thread Starter [soder08](https://wordpress.org/support/users/soder08/)
 * (@soder08)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hide-page-titles-4/#post-7005370)
 * Got it centered, just added this code to the custom css field in the inkness 
   settings.
 * h1 {
    text-align: center; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Inkness] Hide page titles](https://wordpress.org/support/topic/hide-page-titles-4/)
 *  Thread Starter [soder08](https://wordpress.org/support/users/soder08/)
 * (@soder08)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hide-page-titles-4/#post-7005368)
 * ok you convinced me to go with the Google Fonts option!
 * Still would like to center the page title though
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Inkness] how to center navigation](https://wordpress.org/support/topic/how-to-center-navigation/)
 *  Thread Starter [soder08](https://wordpress.org/support/users/soder08/)
 * (@soder08)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-center-navigation/#post-6997049)
 * Sam!
    Worked on all browsers i tested it on, thanks so much for the help. Much
   appreciated.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Inkness] how to center navigation](https://wordpress.org/support/topic/how-to-center-navigation/)
 *  Thread Starter [soder08](https://wordpress.org/support/users/soder08/)
 * (@soder08)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-center-navigation/#post-6997024)
 * Here is the link: [http://www.mwcfitness.ca](http://www.mwcfitness.ca)
 * I am trying to have the logo/social icons/navigation menu all entered directly
   above one another.
 * Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mog] Menu Font Color Change](https://wordpress.org/support/topic/menu-font-color-change/)
 *  Thread Starter [soder08](https://wordpress.org/support/users/soder08/)
 * (@soder08)
 * [12 years ago](https://wordpress.org/support/topic/menu-font-color-change/#post-4996657)
 * OK. I have installed Simple Custom CSS plugin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mog] Menu Font Color Change](https://wordpress.org/support/topic/menu-font-color-change/)
 *  Thread Starter [soder08](https://wordpress.org/support/users/soder08/)
 * (@soder08)
 * [12 years ago](https://wordpress.org/support/topic/menu-font-color-change/#post-4996647)
 * This is how the nav is set up right now:
 *     ```
       header nav .menu{
       	font-size: 1.3em;
       	margin: 0 auto;
       	display:table;
       	border-top: 1px solid #AAA;
       	border-bottom: 1px solid #AAA;
       }
       header nav .menu ul{
       	list-style: none;
       	text-align: center;
       	margin: 0;
       }
       header nav .menu ul li{
       	padding: 5px 1em;
       	-moz-transition: background-color 0.3s;
       	-webkit-transition: background-color 0.3s;
       	-o-transition: background-color 0.3s;
       	transition: background-color 0.3s;
       }
       header nav .menu ul li:hover{
       	background-color: #AAA;
       }
       header nav .menu ul a{
       	text-decoration: none;
       	color: #686868;
       }
       header nav .menu ul a:hover{
       	text-decoration: underline;
       	color: #eee;
       }
       .menu-toggle{
       	font-size: 2em;
       	background-color: #AAA;
       }
       ```
   
 * Should i be editing the following with your changes?:
    `<li class="page_item 
   page-item-647"><a href="http://amblesideskatepark.com/donate/">DONATE</a>`
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_

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