Comments 2Uwe started the conversationNovember 29, 2016 at 6:06pmHi!I'd like to change the style of the navigation bullets (on the right, color and size) on a full screen portfolio page with an image gallery.Let's say the bullets should be grey (inactive) and white (active) and twice the size. (Right now it is exactly the other way round.)Is it possible with custom CSS?Thanks![deleted] repliedNovember 30, 2016 at 12:20pmHi Uwe,Can you please add the code below to Custom CSS .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a span { background: #999 !important; width: 12px !important; height: 12px !important; } .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a span { background: #999 !important; } .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a.current span { background: #fff !important; } Sign in to reply ...
Hi!
I'd like to change the style of the navigation bullets (on the right, color and size) on a full screen portfolio page with an image gallery.
Let's say the bullets should be grey (inactive) and white (active) and twice the size. (Right now it is exactly the other way round.)
Is it possible with custom CSS?
Thanks!
Hi Uwe,
Can you please add the code below to Custom CSS