Upload eddited CSS
-
Hi
I make changes inbackground color. How to make this file with CSS uploaded on the server?
It has option preview, save but no of these does not work for me.
In TopStyle lite i see changes i make and saving a file on my local drive, but what is the next step -
-
-
Okay, thanks. Do you have the paid CSS upgrade? If not, you will not be able to save any changes to the CSS of your blog.
If you do, then you need to paste the edited CSS into the CSS edit box and click on save changes. If you are just changing a few things, then you only need to paste the changed code into the box and then check ‘Add to existing stylesheet’. If you have rewritten all the CSS, then check ‘Start from scratch’.
Have you previewed the blog with the CSS added to make sure that the code is working correctly?
-
To Paste ALL style sheets page to that window?
I changing background color only for now and color of lonks in body.
Or i have to paste ONLY eddited styles?
Code os wprking correctly on my end
-
Paste only the edited sections and make sure you have “add to existing stylesheet” selected before you save.
-
I selected a button “Add this to the MistyLook theme’s”
Pasted color of the body inside of existing CSS page:
body
{
background: #B9B58C;
margin: 0;
font: 76%/1.6em verdana, tahoma, arial, sans-serif;
color: #333;
text-align: center;
}Preview did not made any difference, Save did not do any difference
So where i have to put chnge? What to click to save or what i do wrong?
-
I’m not sure what you’re doing wrong. I just tested this and I see a beige coloured background around the blog. Incidentally, you don’t need to copy the bits you haven’t changed, so you could just have this in the editor:
body { background: #b9b58c; } -
When you click ‘Preview’ a new tab should come up showing you what your blog will look like. If you’re happy with it, you need to go back and click ‘Save Stylesheet’. Are you doing that?
- The topic ‘Upload eddited CSS’ is closed to new replies.