Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1000787

    chesapean
    Participant

    The Renew stack provides a drop-down menu for filtering Portfolio Items.

    I’d like to change the background color of the drop-down menu from black to blue on my site.

    Is there a line or two of custom CSS I can use to do this?

    Regards,
    Todd R.

    #1000870

    Prasant Rai
    Moderator

    Hello Todd,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1003286

    chesapean
    Participant
    This reply has been marked as private.
    #1003559

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-portfolio-filters-menu li {
        border-bottom: 1px solid #fff;
    }
    ul.x-portfolio-filters-menu.unstyled {
        background-color: rgb(0,0,255);
    }
    .x-portfolio-filters-menu li a {
        color: rgba(255,255,255,1);
    }

    Hope it helps.

    #1004368

    chesapean
    Participant

    That works perfectly. Thank you, Chistopher!

    Regards,
    Todd R

    #1004453

    John Ezra
    Member

    On behalf of my colleague and our team, you’re most welcome! 🙂