Hello,
Please check http://www.famewebdesign.nl
On the homepage I added a couple of short .hr lines. How can I change their color?
Tried something like .hr-short {color:#000000;} but nothing happens.
Maybe you can help me?
Thanks!
Martine
Hi famewebdesign!
Please try using following code instead
span.hr-inner, .hr-inner-style {
border-color: red!important;
}
Best regards,
Yigit
Thanks for your answer Yigit!
Unfortunately it’s not working.
But … I’ve added some more CSS yesterday of which I’m sure that the CSS is correct. And I didn’t got any result on the website. So, maybe something else is not working correct?
Hi!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Cheers!
Yigit