Remove Magnifying Glass and Link button
Please see photo for reference. I'm wondering how to remove the magnifying glass button and the link button? These are on my blog page posts. I would like the buttons to be gone, and when you click on the photo it just takes you to the blog post.
Photo: http://snag.gy/89wWs.jpg
Comments
to remove those buttons, please use below css:
In previous versions i deleted line 937-941 in theme-functions.php. to get rid of the effect. but i noticed you changed quite a lot in v8.x
So i didnt do it this time.
Where could I start to look for the error?
I have other custom css's from previous versions. maybe some of them are obsolete in the new version and cause a error:
"
.single-post .single-photo-wrapper { display: none; }
.button-love { display: none; }
.single-post .post-nav { display: none; }
#Top_bar .wpml-languages { margin-right: 0px; }
.header-fixed #Top_bar .logo { width:auto; margin: 0 30px 0 0px; padding:0;}
.header-fixed #Top_bar { background:#fff; opacity:.90; filter: alpha(opacity = 90);
#respond .comment-form-url { display:none;}
"
Can you tell me which lines are obsolete and adjustable in the options?
Ans also how can I disable the parallex and opacity effect as well with the magnifying glass and the link, So i get a clean feautured image without any hovering effect?
Also please send us url to page where you want to remove magnifying glass and parallax (as we know parallax is not available for these items so we have no idea where you found it). About link, it is unfortunately not possible to remove it because for this must be theme files modified.
My question is which of my css lines have been replaced in the newest version by a options switcher in "BeTheme Options"?
the other question is how do i get rid of any effect on the feautured immage?
But to remove all effects on image hover, please use below css:
Yes you are right. Its quite a lot of work to modify 9 files each time you do a update. And you are doing updates quite often:-) But its the price of having the website just like i want.
Im still very happy with the framework you provide
Thanks again