no shadows and rounded corners
-
Hi,
can I get rid of any dropshadow and the rounded corners?The blog I need help with is: (visible only to logged in users)
-
Hey there,
Thank you for your question. I’d like to help.
If you have the CSS upgrade you could try:
.post, #comments, #pings, #no-comments, #comment-form, .widget { box-shadow: none !important; border-radius: 0px !important; }Kind Regards,
Scott -
Hi Scott,
Thank you, that works fine.
But I still would like to do some changes:
A solid Border around the posts,
the bar under the blog title (home/about) shouldn’t have gradients,
also i would like no gradients in the search flield and in the leave a reply field.Best regards,
Adrian -
Another thing:
I’d like to have the left column just as wide, so the whole blog fits on a tablet.
Regards,
Adrian -
Hey Adrian,
For the border you could use:
.post { border: 1px solid #000; }Unfortunately I can’t do any more custom design for you but I do hope to help point you in the right direction.
If you are interested in learning CSS and how to make simple tweaks like this you should look into a guide on Firebug of Chrome or the inspect tools in Chrome / Safari.
We have a tutorial on WooThemes.com for Firebug which might help you:
http://www.woothemes.com/videos/how-to-use-firebug-to-modify-a-wordpress-theme/
Kind Regards,
Scott -
Hi!
Please let us know, if you need further assistance with this issue.
I will set the status of this thread to resolved, for now.
- The topic ‘no shadows and rounded corners’ is closed to new replies.