Where exactly is the CSS editor?
-
Ok, so i’ve upgraded to css edit feature. I’m in the actual CSS editor of the Presentation section. But where is the actual stylesheet? How do I edit it?
I see two options;
1- Add to existing CSS (View stylesheet)
2- Start from scratch and just use thisI clicked #1 and it brought me to the stylesheet, but I don’t see an editor.
Do I just copy and paste the style from clicking on #1 and paste it into the editor box and start editing after the /* */ stuff?
I’m not sure and need to clarify before i start messing with this stuff.
-
You click on ‘View stylesheet’ to see what the underlying CSS is. You cannot change this. What you can do is add code into the editor box which will override what’s in the stylesheet, either wholly (if you check Start from scratch) or partly (if you check Add to existing). When you’ve added your code you can preview it and if it’s how you want, then you must make sure to click on Save Changes to enable it on your blog.
-
Ah gotcha. I really don’t think the css editor was that clear about how to do it, IMHO.
So if i was to input code that into the box, then that code would take precedent over any other existing code?
- The topic ‘Where exactly is the CSS editor?’ is closed to new replies.