Take the 2-minute tour ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am new on wordpress. I am admin in a wordpress site and I don't have access to the theme.

I want to create a new blog page where I include a new css code. I tried to add on the text editor:

<style>
my css code
</style>

<div>
.....my html part...
</div>

But it didn't work. I can see the html part without the extra css. Is there any way to do it?

Edit: I can't use inline style, since I want to include :hover in my css

share|improve this question
 
What is your user role and which CSS exactly are you trying to add? –  Rarst Oct 23 '13 at 9:10
4  
self hosting install or wordpress.com ? –  birgire Oct 23 '13 at 9:41
 
It is visual effects (font size, weight etc) for div,img,classes and ids. I think that it is self hosting. On the user page, I can see my name with Administrator role. –  Anastasios Ventouris Oct 23 '13 at 10:23
1  
Why do you not have access to Theme files, if your user role is Administrator? Also: why not use FTP to access the Theme files? –  Chip Bennett Oct 23 '13 at 11:44
3  
Just use some plugin. e.g. wordpress.org/plugins/my-custom-css or wordpress.org/plugins/simple-custom-css It hooks it into your theme. –  Ivan Hanák Oct 23 '13 at 11:44
show 6 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.