Tagged: 

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

    Hi!

    I hope you understand what I mean with my question :-) I’m making a website for a customer and they’d like to replace (with another logo) or remove the arrow that shows in the middle of a photo when hovering over it with your mouse. This happens with post sliders.

    Any way I can replace or remove those?

    #306788

    Hey Welmoed!

    To change it, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
    To remove it on post slider, please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #306898

    Hey Yigit,

    thanks! I added this exact code to the custom CSS bit, but they’re still there… What went wrong?

    Best regards,

    Welmoed

    #306919

    Hey!

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Regards,
    Yigit

    #309757

    Hey Yigit,

    I think it had something to do with caches etc, because it worked fine later on. Sometimes I just need to restart the computer or something to see results :-)

    Now for a related bit: how can I remove the orange circle/two arrows from the blog-pictures? See for example: http://www.vrijzinnigen.nl/blog-wies-houweling-vrijzinnige-zakkenvullers/

    #309769

    Hi!

    Please add following code to Quick CSS as well

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

    Probably :) Please flush browser cache and refresh your page a few times after making styling changes

    Regards,
    Yigit

    #316113

    Thanks!

    Now I also have a picture on a page and it has this same orange thing that I’d like to see removed. I can guess part of the code for this, but can you please provide me with the first bit? (The bit that is .blog-meta a / .slide-entry-wrap above).

    Thanks again!

    #316237

    Hey!

    Thank you for the update.

    Are you referring to the small preview background? Please use this:

    .main_color .small-preview, .main_color .small-preview:hover {
    background: transparent;
    }

    Cheers!
    Ismael

    #316993

    Hey Ismael,

    thanks for your reply. I’m not sure what you mean. I mean the orange ‘circle’ that you see when hovering over the picture on this page: http://www.vrijzinnigen.nl/midden-drenthe/

    Regards,

    Welmoed

    #316996

    Hey!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #328739

    Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Post slider – remove arrow in circle’ is closed to new replies.