Mitcharizard
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Theme Changes to Header and FooterYou should be able to do this with CSS rules by simply re-positioning the header and footer
Forum: Themes and Templates
In reply to: [CSS] Change the Font Color in SidebarHey 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
In reply to: My website stopped workingHey redpandagency, I would suggest using a client such as FileZila, you can read a how to here
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. 🙂