Hi! I was wondering how can I remove the the two lines that are around pictures? I suppose it's a feature but I like to remove it.
also how can disable the pop up image thing in the portfolio page? website address is: http://www.ipcfix.com
Remove image borders and need help with portfolio
9 posts from 3 voices-
Posted 2 years ago #
-
Hey,
to style.css add following code (at the very bottom):
.content img, .content a img{ border: none !important; }Posted 2 years ago # -
I'm sorry. It looks like I posted the topic in the wrong section. the theme I'm using is Twicet and as i mentioned before I want to remove the two lines that are around images and disable the pop up image in the portfolio section.
Thanks :)Posted 2 years ago # -
Ohh the site address is http://www.ipcfix.com and the the services are is the portfolio page.
Posted 2 years ago # -
Hey,
The 2 lines on images are borders, top and bottom. To remove them, open up /css/style1.css; find and remove this code:
.small_box img { border-bottom: 1px solid #DDDDDD; border-top: 1px solid #DDDDDD; }I can't see where your Portfolio section is, can you provide a direct link?
James
Posted 2 years ago # -
Thanks James,
The portfolio link is http://www.ipcfix.com/services/
I want to disable the pop up image.
Thanks,Posted 2 years ago # -
Hey,
delete following code from js/custom.js:
whichlightbox();// activates the lightbox used at the portfolio pagePosted 2 years ago # -
Thanks :D
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














