Posted on : 2023-04-28 07:53:11 View Type: public Terence Watkins Hi, Where can I change the navigation skins for Revolution? Thanks
Staff Posted on : 2023-05-01 17:17:13 View Type: public Samar Rafique You have to apply your CSS to change the color of navigation.
Staff Posted on : 2023-05-01 17:19:45 View Type: public Samar 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.