Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #954224

    I have Fullscreen Slider under Caption tab I’m entering the following to display image (as well as link) to another page

    <a href="http://mywebsite.com/press-release/"><img src="http://mywebsite.com/wp-content/uploads/2018/05/angels2.png" />

    I would like to remove image overlay effect (red arrow icon) when you hover over the image. I tried multiple solutions from forum no luck. This is one of them which did not work.

    .image-overlay {
    visibility: hidden!important;
    }

    See URL in private

    • This topic was modified 6 years, 6 months ago by anristudio.
    #954727

    Hey onastvar,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #fullscreen_slider_1 span.image-overlay.overlay-type-extern {
        display: none !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #954841

    Thank you!
    Unfortunately CSS above didn’t make a difference.

    #955181

    Hi onastvar,

    I have checked your site and doesn’t see the code being reflected on your site.
    Can you try to flush out the cache and check if it helps, if not please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #955504

    I flushed the cache, no luck. CSS code is still there. See Private for login credentials. Thanks for your help!

    #956885

    Hi onastvar,

    Thanks for giving us admin access, it’s now fixed, the reason it’s not working is the code above it is not closed:

    #avia-menu .avia-menu-text {
        font-size: 14px !important;
        font-weight: bold !important;
    

    I have closed it and it worked fine :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.