transferring CSS customization from wordpress.com
-
I just switched from wordpress.com to ww.wp.xz.cn and installed the Standard Theme that I had been using, but cannot figure out how to transfer my CSS customizations.
On wordpress.com, under appearance and customization there was a CSS editor and I have copied all my edits. However, when I try to paste this into jetpack’s CSS editor or other CSS plug-ins (Simple Custom CSS, WP Add Custom CSS) nothing happens.
Perhaps the format of the CSS code has to be different? Below is a small part of I copied from the wordpress.com CSS editor.
I would appreciate any help!
Shannon
/* Header
—————————————————————- */
/* Header Text
———————————————- */
/* site title */
#site-title,
#site-title a {
color: #357FB5;
}#site-title a:hover {
color: #357FB5;
}/* tagline */
#site-description {
color: #2978a2;
}#site-title {
text-align: center;
}#site-description {
text-align: center;
}#site-description {
position: inherit;
width: 100%;
top: 0;
display: block;
text-align: center;
}.post .thumbnail {
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}.the-tags {
display: none;
}
The topic ‘transferring CSS customization from wordpress.com’ is closed to new replies.