Insert CSS tags into Theme?

  • Unknown's avatar

    Hi.
    I just purchased the ‘Custom Design’ upgrade. I’m pretty good with CSS and HTML but I’m having trouble inserting code into my Blog’s actual page…
    When I add tags like <div style=”something”>Text</div> – it just strips it out and the change is lost.
    Is there a special way to code within the ‘text’ area of the theme?
    Thank you very much for your time!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    A literal example like this one would be removed because the code isn’t valid:

    <div style="something">Text</div>

    Something like that with valid code should work though. What is the real example you tried adding? Perhaps there’s a typo in it?

    Also, note that the better option in general is to use the Appearance → Custom Design → CSS editor—it will make it easier to adjust things should you ever decide to change themes in the future.

  • The topic ‘Insert CSS tags into Theme?’ is closed to new replies.