Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1214734

    Hello
    I wanted to ask if it was possible to round the image function overlay and hide the text when the mouse over

    https://ibb.co/7rVCjPG

    I wanted to ask if it was possible associate properties with a button without changing general properties
    (length and font)

    https://ibb.co/59z7fF2

    Thanks
    Carlo

    #1214998

    can someone help me?
    Thanks
    Carlo

    #1215147

    ok I solved the button problem by going to a custom CSS class and I assigned it an id: “bottone01”
    and with this css I changed the size of the button:
    .bottone01 .avia-button.avia-size-x-large {
    min-width: 600px;
    }

    but I still haven’t managed to fix this:
    https://ibb.co/7rVCjPG

    can someone help me?
    Thanks
    Carlo.

    #1215174

    Hi Carlo,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .av-caption-image-overlay-bg {
        border-radius: 20px;
    }
    
    .av-image-caption-overlay-center:hover h4 {
        display: none;
    }

    Best regards,
    Rikard

    #1215185

    it works perfectly
    thanks!
    Carlo.

    #1215277

    does not work in mobile version

    https://ibb.co/QMJqkxs

    #1215636

    Hi,

    It looks fine on my end using Chrome, please try loading the page in an incognito/private window.

    Best regards,
    Rikard

    #1215720

    you’re right, sorry everything works correctly

    Thanks
    Carlo.

    #1215958

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Overlay image and button proprieties’ is closed to new replies.