blog options

under the tab blog,portfolio & shop>feature image

theres no documentation explaining how it works. So I'd like to be briefed about what those changes will be like.

also, for blog postages, how do I remove the effect on each image like? I'd like to remove them all. 

this is my test blog www.mlgg.com.br/blog put the mouse over any picture and you will see a link icon and a magnifying glass and the picture kinda hover. I'd like to remove them all. 






Comments

  • Hi,

    Theme options > Blog, Portfolio & Shop > Featured Image is a new section where you can change sizes of featured images. That's it. There is no other sense of this section.

    To remove hover effects from images, please use the following css:
    .image_frame .image_wrapper .mask::after { display: none !important; }
    .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
    .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
    .image_frame .image_wrapper .image_links { display: none !important; }
  • should I use it on style.css right?

    thanks.



  • Oh btw, I'd like to keep the image linking to my content.

    But I do not want to use that link symbol to do it.

    Just a click on the image.

    will it do just it right?
  • No, each custom css should be used under Theme options > Custom CSS & JS > Custom CSS section.

    In reference to 2nd question, what do you suggest then? Remove both links that appear on hover or just the link that links to single post page?
Sign In or Register to comment.