Ice Cap

white, minimal & responsive open-source theme for wordpress

Frequently Asked Questions

1. How do I remove the header image?
  1. go to your Dashboard
  2. click "Appearance" in the left sidebar
  3. click "Header" Sub-section
  4. go to the section "Remove Image"
  5. click the button "Remove Header Image"
2. How can I change the total width of the content?
  1. edit line 353 in style.css
  2. go to dashboard
  3. click "Appearance" in the left sidebar
  4. click "Editor" Sub-section
  5. ensure "style.css" file is chosen from the right sidebar
  6. cmd+f [for mac] or ctrl+f [for windows] for "width: 800px;" within "#wrapper"
  7. change the value 800px to a desired value
3. How can I change the color of the blog title?
  1. add "color: #xxx" (xxx = hexcolor code) after line 582 in style.css
  2. go to dashboard
  3. click "Appearance" in the left sidebar
  4. click "Editor" Sub-section
  5. ensure "style.css" file is chosen from the right sidebar
  6. cmd+f [for mac] or ctrl+f [for windows] for "header h1 a:link, header h1 a:visited"
  7. add a line for "color: #xxx" after the line with font-family
4. How can I change all the default sea green color?
  1. go to dashboard
  2. click "Appearance" in the left sidebar
  3. click "Editor" Sub-section
  4. ensure "style.css" file is chosen from the right sidebar
  5. cmd+f [for mac] or ctrl+f [for windows] for "#55AFB9" for the sea green color and change all of them to a hex color value of your choice
  6. cmd+f [for mac] or ctrl+f [for windows] for "#40929B" for the darker sea green color and change all of them to a hex color value of your choice