I need to over ride the default coding in the css to set the border to zero when inputting a hyperlink in the sidebar. Can you please assist?
Sidebar Border
9 posts from 4 voices-
Posted 1 year ago #
-
I am having the same issue. All my images in the sidebar have borders, and no matter what I do I can't seem to get rid of the borders.
Posted 1 year ago # -
Hey,
It sometimes depends on other stylesheets (plugins, etc.) so I'd need a link for custom css code but try following code in style.css:
.sidebar a, .sidebar a:hover{ border: none !important; text-decoration: none !important; }Posted 1 year ago # -
Hey Dude,
I'm happy to make you an admin so you can fix it, if you're willing. I tried the code but it didn't work. I appreciate your help.Posted 1 year ago # -
Just post a link please.
Posted 1 year ago # -
http://longocustombuilders.com
http://www.415nesbitridge.com/longocustombuilders.com/wp-content/themes/avisio/css/style1.css
if you need anything else....
Posted 1 year ago # -
Try to use following code in style.css:
.sidebar a img, .sidebar a:hover img{ border: none !important; }Posted 1 year ago # -
Thank you, that worked!!! I love this theme!
Posted 1 year ago # -
Glad it works :)
Posted 1 year ago #
Reply
You must log in to post.














