Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1113588

    Hi guys

    Love the work your doing to evolve enfold! And that great support forum. I’ve a few quick fire questions that have been raised by my client and would love it if you can help.

    My client has requested I remove the small grey boxes that pop up with descriptive text when a mouse is hovering over an image

    See example https://cl.ly/54d1537af627

    how can i stop this happening on the site?

    On one of the pages we have scroll down arrow see this screenshot
    https://cl.ly/918a51583aea

    At url https://www.livinginvogue.co.uk/kitchens/

    How can I have the scroll down arrow start a bit higher up so it is right under the scroll for more text

    Finally on the contact page https://www.livinginvogue.co.uk/contact/ we have a video background and the theme options don’t allow for us to amend the default position, such as middle, bottom etc

    The bottom of the video where the activity is gets cropped out of view can we change the vertical position of the background video so it is central?

    • This topic was modified 5 years, 5 months ago by codecreative.
    #1113952

    Hey codecreative,

    Thank you for using Enfold.

    1.) That’s a default browser feature for image titles. You can’t remove that tooltip without removing the image title.

    2.) Use this css code to adjust the position of the scroll down arrow.

    #top .scroll-down-link {
        bottom: 30px;
    }
    

    3.) This css code should pull the video container upwards.

    #top .av-video-slide .mejs-container {
        margin-top: -200px;
    }

    Turn on the custom css class field so that you can directly adjust the style of a specific element.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1114591

    Amazing that is great!

    You really have been a big help

    Finally is it possible to fix the testimonial slider to a certain height? With specific reference to the one on the testimonial page at https://www.livinginvogue.co.uk/testimonials/

    #1114739

    Hi,
    For the testimonial height please try this css:

    #top.page-id-537 .avia-testimonial-wrapper {
    min-height: 235px !important;
    height: 235px !important;
    }

    Best regards,
    Mike

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