Hi!
First of all, a huge thank you to the developers of T3 Framework. It's awesome!
I'm modifying the T3 blank template for a new website I'm building. It's going fairly well, but I am having difficulties changing the color of the caret in the main menu. As you can see in the attached screenshot, it is dark grey but I want it to be white. (It is dark grey when passive, but becomes white when hovering over the menu item).
I am using the following code:
.t3-mainnav .dropdown .caret {
border-top-color: solid #fff;
border-bottom-color: solid #fff;
margin-left: 5px;
Thanks for your help!