-
AuthorPosts
-
June 26, 2019 at 12:29 pm #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/918a51583aeaAt 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.
June 27, 2019 at 1:58 pm #1113952Hey 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.
Best regards,
IsmaelJune 30, 2019 at 2:59 pm #1114591Amazing 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/
July 1, 2019 at 1:31 am #1114739 -
AuthorPosts
- You must be logged in to reply to this topic.