Okay
  Public Ticket #971669
portfolio gallery bullets style
Closed

Comments

  •  2
    Uwe started the conversation

    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!

  • [deleted] replied

    Hi 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;
    }