Ice Cap
white, minimal & responsive open-source theme for wordpress
Frequently Asked Questions
- 1. How do I remove the header image?
-
- go to your Dashboard
- click "Appearance" in the left sidebar
- click "Header" Sub-section
- go to the section "Remove Image"
- click the button "Remove Header Image"
- 2. How can I change the total width of the content?
-
- edit line 353 in style.css
- go to dashboard
- click "Appearance" in the left sidebar
- click "Editor" Sub-section
- ensure "style.css" file is chosen from the right sidebar
- cmd+f [for mac] or ctrl+f [for windows] for "width: 800px;" within "#wrapper"
- change the value 800px to a desired value
- 3. How can I change the color of the blog title?
-
- add "color: #xxx" (xxx = hexcolor code) after line 582 in style.css
- go to dashboard
- click "Appearance" in the left sidebar
- click "Editor" Sub-section
- ensure "style.css" file is chosen from the right sidebar
- cmd+f [for mac] or ctrl+f [for windows] for "header h1 a:link, header h1 a:visited"
- add a line for "color: #xxx" after the line with font-family
- 4. How can I change all the default sea green color?
-
- go to dashboard
- click "Appearance" in the left sidebar
- click "Editor" Sub-section
- ensure "style.css" file is chosen from the right sidebar
- 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
- 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