Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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