Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #374545

    Hello!

    My site is: http://kerrybutlerdesign.com/ and I am trying to remove all of the circles that overlay an image when hovering. Could you please provide me the code to do so? An example of what I am referring to is on this page: http://kerrybutlerdesign.com/work/

    Thank you for your help in advance!

    #374564

    Hi hobeadmin,
    see in enfold documentation : http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    #374855

    Hi!

    You can use the code in the link @begrafiks posted or you can add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay {
    display: none !important;
     }


    @begrafiks
    Thanks as always :)

    Best regards,
    Yigit

    #1019572

    Hi there
    I saw several examples of this code, but it removed overlay effect and the red circle. How to remove just the circle but keep the overlay effect when mousing over?
    Thanks

    #1019590

    Hi s29ers,

    Best regards,
    Victoria

    #1019686

    Hi Victoria, your post was blank; I tried the code in the post but it removes the circle and also removes any overlay which I would like to keep as then the user knows he has moused over a link. How to remove the circle only? Thanks

    #1019943

    Hi s29ers,

    Did you not see my comments in private with the screenshot and comments?

    Basically, it says that I see no red circle only gray fading out. Is this not how you see it now?

    Best regards,
    Victoria

    #1020031

    Hi Victoria, sorry, none that I see — no private comments or screenshots. Only the normal posts. I think you were looking at pages that have small thumbnails, Try the page I pasted in the private section below. Thanks

    #1020828

    Hi s29ers,

    Thanks for clarifying. I was looking at a different page.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .image-overlay .image-overlay-inside:before {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1020918

    Thanks, that’s perfect. I had been trying several things before that weren’t working properly! BTW, your solution worked in Quick CSS. I may have some similar question on tooltips and captions but will try myself first. Thanks again. Regards, s29ers.

    #1020922

    Hi,

    Glad we could help! For different topics please open a new ticket.

    You may also find the solution for tooltips and other customizations in our docs, please bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Removing Circle Overlay on Images’ is closed to new replies.