Hi guys,
Small issue (s):
I have a catalogue shortcake that i need to format.
The catalogue is the area showing mortgage rates. On mouseover, the hover is white in colour – can we change this to a semi-transparent dark (i.e. black with 75% transparency?
Also, I’ve changed the fonts to match the surrounding fonts, but it seems to have added a bit of extra padding to the top of the catalogue item container. Can we fix this so the text is centred vertically between the dashed catalogue item border?
Thanks in advance, Mike
sorry shortcake should read ‘shortcode’. Kind of wish it was shortcake though!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .av-catalogue-list li:hover {
background: rgba(0,0,0,0.7);
}
I love it when shortcode is autocorrected to shortcake ;D
Regards,
Yigit
that’s awesome thank you! the shortcake you gave me worked perfectly!
as for the second item, is there a good way to centre the text vertically between the dashed catalogue item border?
Cheers, Mike
Hi!
try to add this code a well:
.av-catalogue-title-container {
top: -6px;
}
and adjust as needed.
Best regards,
Andy
Awesome thanks guys. As usual awesome service.