Title: Mitcharizard's Replies | WordPress.org

---

# Mitcharizard

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Theme Changes to Header and Footer](https://wordpress.org/support/topic/theme-changes-to-header-and-footer/)
 *  [Mitcharizard](https://wordpress.org/support/users/mitcharizard/)
 * (@mitcharizard)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/theme-changes-to-header-and-footer/#post-7589070)
 * You should be able to do this with CSS rules by simply re-positioning the header
   and footer
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[CSS] Change the Font Color in Sidebar](https://wordpress.org/support/topic/change-the-font-color-in-sidebar/)
 *  [Mitcharizard](https://wordpress.org/support/users/mitcharizard/)
 * (@mitcharizard)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-the-font-color-in-sidebar/#post-6575689)
 * Hey Aikem,
 * From what I was able to gather you wish to style the links which you are using
   on your page and there are several ways you can do that so I will give a few 
   examples:
 *     ```
       a:link    { color: #c00 }  /* unvisited links */
       a:visited { color: #0c0 }  /* visited links   */
       a:hover   { color: #00c }  /* user hovers     */
       a:active  { color: #ccc }  /* active links    */
       ```
   
 * You can also remove the default style for links by using something like this:
 *     ```
       a,
       a:link,
       a:active,
       a:visited,
       a:hover {
           text-decoration: none;
       ```
   
 * I hope that helped/answered your question. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My website stopped working](https://wordpress.org/support/topic/my-website-stopped-working-3/)
 *  [Mitcharizard](https://wordpress.org/support/users/mitcharizard/)
 * (@mitcharizard)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/my-website-stopped-working-3/#post-6573419)
 * Hey redpandagency, I would suggest using a client such as [FileZila](https://filezilla-project.org/),
   you can read a [how to here ](https://wiki.filezilla-project.org/Documentation)
 * After you FTP in you will need to locate the file you’ve changed and use a .txt
   editor, like Augustin56 mentioned, and either revert the change you’ve made or
   tweak it so that it doesn’t cause issues.
 * If you have issues with the file change I trust there are more then willing members
   here to help you out. 🙂

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