Comments 2puessi started the conversationMarch 10, 2017 at 11:42pmHi,may it be possible to change the background-color of the quickfinders-speech-bubbles with style "Vertical Style 1"?Greetings 432Sergio repliedMarch 13, 2017 at 2:26pmHI! 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.1 Like 2puessi repliedMarch 13, 2017 at 5:03pmgreat, thank you! Sign in to reply ...
Hi,
may it be possible to change the background-color of the quickfinders-speech-bubbles with style "Vertical Style 1"?
Greetings
HI!
You can change the style with following css:
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.
great, thank you!