Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1485813

    We need to change the color and hover color of the portfolio sorting options on this page;

    Do you have some css for that, having no luck trying to find the right code.

    Thanks

    #1485820

    Hey tonyiatridis,

    Thanks for reaching out.

    Please try this css code to adjust the font color of the sorting buttons:

    #main .main_color #js_sort_items a, #top .main_color #js_sort_items a.active_sort {
        color: #ffffff;
    }
    
    #main .main_color #js_sort_items a:hover {
        color: #bbe2ff;
    }
    
    .main_color .text-sep {
        color: #e1e1e1;
    }

    Example:

    View post on imgur.com

    Best regards,
    Ismael

    #1485845

    You guys are so awesome. Perfect.

    #1485861

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of sorting option on portfolio grid’ is closed to new replies.