Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1093025
Quickfinder
Closed

Comments

  •  2
    puessi started the conversation

    Hi,

    may it be possible to change the background-color of the quickfinders-speech-bubbles with style "Vertical Style 1"?

    Greetings

  •  444
    Sergio replied

    HI!

    You can change the style with following css:

    .page-scroller-nav-item {
        display: block;
        height: 10px;
        width: 10px;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 10px 0;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .page-scroller-nav-item.active {
        background-color: #fff;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    puessi replied

    great, thank you!