-
AuthorPosts
-
August 13, 2019 at 2:44 pm #1127239
Hi,
I’d like to change the hover overlay color (grid row) – actually white – to another color and opacity.Thank you
Best regards
SabineAugust 15, 2019 at 8:57 pm #1128072Hey ingridbrauner,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisAugust 21, 2019 at 5:51 pm #1129667ok.
but with the grid row there is another issue. It is always a small 1px gap between the first and the second field (only on bigger screens).- This reply was modified 5 years, 3 months ago by sabine.
August 22, 2019 at 8:30 am #1129870Hi,
For your test page, one way to add an overlay color on hover to your grid row cells is to use a filter, the filters are a little limited but if you use a mixed filter generator you can create some nice effects.
So I see that your first two cells have the custom class “teaser”, so as an example try this css in your Quick CSS:.teaser:hover { filter: invert(9%) sepia(100%) saturate(5581%) hue-rotate(246deg) brightness(101%) contrast(147%); }
For your hotel page the white border is actually the white background showing in between the cells, to correct please try this css:
#top.page-id-952 #teaser { background-color: #324a7a !important; }
On this page applying a hover color would be like this:
#top.page-id-952 #teaser .flex_cell:hover { background-color: #327a38 !important; }
I hope this helps.
Best regards,
MikeAugust 22, 2019 at 1:51 pm #1129983Thank you so much Mike. All my issues solved! That’s why I use Enfold: the support is so helpfull and perfect.
Best regards
Sabine- This reply was modified 5 years, 3 months ago by sabine.
August 22, 2019 at 8:54 pm #1130103Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Please bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.