Remove Rollover Icons on Blogpage

Hi there, 

I created a blogpage (classic style): 


When you a a Mouseover the picture there you will see a red rollover with the link icon and a lens icon. I wanna remove both of them and the picture don't has to link to the single post. Only with the Button "weiterlesen". Is there a way to do it? 

I also wanna create another blogpage. This should be with timeline style. Is there a way to remove the date? 

Thanks for help! 

Comments

  • Hi,

    it is possible to remove hover links of course but it is not possible with css to remove the link from the image. For that you must modify theme files. However, to remove these links on hover, please use below css:
    .post-item .image_frame .image_wrapper .image_links { display: none !important; }
    About blog timeline style, please send us url to page where you want to remove dates from this blog and we'll see if it's possible.
Sign In or Register to comment.