Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #547714

    Hi guys,

    Small issue (s):
    I have a catalogue shortcake that i need to format.

    See: http://www.mikegrace.ca

    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

    #547715

    sorry shortcake should read ‘shortcode’. Kind of wish it was shortcake though!

    #548168

    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

    #548186

    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

    #549728

    Hi!

    try to add this code a well:

    .av-catalogue-title-container {
    top: -6px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #550048

    Awesome thanks guys. As usual awesome service.

    #550223

    Hi,

    Thanks for the kind words and glad we could help :-)

    Thanks,
    Rikard

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