Posted on : 2023-04-28 07:53:11 View Type: publicTerence WatkinsHi,Where can I change the navigation skins for Revolution?Thanks
StaffPosted on : 2023-05-01 17:17:13 View Type: publicSamar RafiqueYou have to apply your CSS to change the color of navigation.
StaffPosted on : 2023-05-01 17:19:45 View Type: publicSamar Rafique.zeus.tparrows { background-color:rgba(0,0,0,0.8); } .zeus.tparrows:before { color:yellow; }Use above CSS if that do not work try !important with CSS so it can work out. Thanks.