Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  427
    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!