Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1512735
Hover Color on Portfolio List Images
Closed

Comments

  • Charlene started the conversation

    Hi,

    Can you give me the CSS to change the hover color on portfolio list images? My homepage uses the standard with space option and has a very dark gray hover. I'd like to change this color to a lighter one.

    Thanks,
    Charlene

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-portfolio-list-holder-outer.eltd-ptf-standard article .eltd-item-image-holder>a:after {
        background-color: rgba(115, 43, 43, 0.5);
    }

    Just replace hex color code with desired one. https://www.hexcolortool.com/

    Please let us know if there is anything else we can do for you, thanks!



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Charlene replied

    Hello,

    Thank you but this is not working.

  •  1,845
    Elated replied

    Hello there,

    We found what is the problem with code that we send you.

    .eltd-portfolio-list-holder-outer.eltd-ptf-standard article .eltd-item-image-holder>a::after {
        background-color: rgba(115, 43, 43, 0.5);
    }
    

    Now it should be working. Like we explained in previous reply, you can choose color and transparency in Hex color tool.

    Hope it helps!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Charlene replied

    Hi,

    This still does not work. 

    Thank you.

  •  1,845
    Elated replied

    Hello,

    We have just checked this once again on your website and as you can see in the following screenshot, it seems like this css below in applying properly.

    .eltd-portfolio-list-holder-outer.eltd-ptf-standard article .eltd-item-image-holder>a::after {
        background-color: rgba(115, 43, 43, 0.5) !important;
    }

    If the problem persists, please provide us wp-admin credentials (in Private Reply) so we can take a closer look.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.