Intergalactic background modification
-
I’m trying to create a gradient background in the Intergalactic theme. Do I plug this into the stylesheet:
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
background: #ddceaf;
background: -moz-linear-gradient(top, #ddceaf 0%, #ada664 100%) fixed;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddceaf), color-stop(100%,#ada664)) fixed;
background: -webkit-linear-gradient(top, #ddceaf 0%,#ada664 100%) fixed;
background: -o-linear-gradient(top, #ddceaf 0%,#ada664 100%) fixed;
background: -ms-linear-gradient(top, #ddceaf 0%,#ada664 100%) fixed;
background: linear-gradient(to bottom, #ddceaf 0%,#ada664 100%) fixed;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ddceaf’, endColorstr=’#ada664′,GradientType=0 );
}___IF so, where?
-
-
Hi alayaopience – you’ll need the Custom Design upgrade – included in the Premium plan – in order to add custom CSS under Apperance > Customize > CSS.
If you need further help or have any other questions, just let me know.
-
Thank you both for responding.
Kathryn, the site is hosted on GoDaddy; is there a way to use the custom design feature?
-
Ah, if your site is self-hosted, that’s an entirely different thing. :-) These forums are for folks hosted here at WordPress.com.
An easy way to add custom CSS on a self-hosted site is to install the Jetpack plugin and activate the Custom CSS module. This way, your CSS won’t be overwritten when you update the theme.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
If you need further help, please post in the Intergalactic support forum over at WordPress.org:
-
-
- The topic ‘Intergalactic background modification’ is closed to new replies.