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 #2168282
Change color of Portfolio Link Masonry
Closed

Comments

  • CampraGmbH started the conversation

    Dear support team,

    how can I adjust the color of the underline (see for example screenshot) at portfolio masonry when mouseover?

    Thank you very much for your help.

    Greetings
    Michael

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in.

    In order to solve this issue, please put the following code into Appearance » Customize » Additional CSS

    .eltdf-portfolio-list-holder.eltdf-pl-masonry.eltdf-pl-hover-overlay-background article .eltdf-pli-text-inner:after {
        background-color: #f4524d !important;
    }
    

    This is the result:

    9552727619.png

    Also, you can replace value "#f4524d"  with value for color which you want.

    Code for color which you wanym you can view HERE.

    If there’s anything else we can help you with, please let us know.

    Best Regards,
    Milos


    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.

  • CampraGmbH replied

    Thank you very much. It works.

    But I have one more question. How can I change the underline color at portfolio menu (see Screenshot)? I want to change the orange underline also into blue.

    Thanks in advance.

    Best regards

    Michael

  •  1,845
    Elated replied

    Hello there,

    In order to solve this issue, please put the following code into Appearance » Customize » Additional CSS

    li.parent-filter.eltdf-filter.filter.eltdf-pl-current span:before {
        background-color: #f4524d !important;;
    }
    

    This is the result:

    6332349752.png

    If there’s anything else we can help you with, please let us know.

    Best Regards,
    Milos


    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.

  • CampraGmbH replied

    Thanks, the „ALL“ item is correct now, but the other portfolio categories are still in the wrong color (see Screenshot). Instead of brown the item underline should also be in blue.

    Can you help me again?

    Thanks

  •  1,845
    Elated replied

    Hello again,

    For all menu items, please add this code:

    li.parent-filter.eltdf-filter.filter.eltdf-pl-current span:before {
        background-color: #f4524d !important;;
    }
    .eltdf-portfolio-list-holder.eltdf-single-category .eltdf-portfolio-filter-holder.eltdf-portfolio-filter-top .eltdf-portfolio-filter-holder-inner .eltdf-portfolio-filter-parent-categories li span:before {
        background-color: #f4524d !important;;
    }
    

    This is the result:

    4074928851.png

    If there’s anything else we can help you with, please let us know.

    Best Regards,
    Milos


    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.