Tagged: x
-
AuthorPosts
-
May 19, 2016 at 10:03 pm #1000787
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.May 19, 2016 at 11:07 pm #1000870Hello 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.
May 21, 2016 at 7:09 pm #1003286This reply has been marked as private.May 22, 2016 at 12:17 am #1003559Hi 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.
May 22, 2016 at 8:16 pm #1004368That works perfectly. Thank you, Chistopher!
Regards,
Todd RMay 22, 2016 at 9:08 pm #1004453On behalf of my colleague and our team, you’re most welcome! 🙂
-
AuthorPosts