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 #2803104
navigation dots color
Closed

Comments

  • Louis Lapointe started the conversation

    How can i change the color of the dots, the size ans the color of the text.

    TKS

  •  7,092
    Oliver replied

    HI!

    pls. use the following css:

    body.thegem-fp-dost-lines #fp-nav ul li .fp-tooltip {
        color: #fff !important;
        font-size: 20px;
    }
    body .thegem-fp-dost-lines #fp-nav ul li a.active span:not(.fp-sr-only) {
        background-color: #000;
    }
    body .thegem-fp-dost-lines #fp-nav ul li a span:not(.fp-sr-only) {
        background-color: rgba(0,0,0,0.3);
    }

     

    8153117754.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Louis Lapointe replied

    Working!!!

    TKS!

  •  7,092
    Oliver replied

    Weclome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver