Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vineyardseashell Friend
    #1088678

    Hi again,

    I would like to change the background color of the floating menu’s pop-up boxes and also the colors on the circles when moused over and activated. Can someone point me in the right direction?

    Thanks!

    Vineyardseashell


    1. Floating-Menu
    Saguaros Moderator
    #1088848

    Hi,

    You can try with this tweak:

    /* color of circle*/
    .float-pos .nav > li::after { border: 2px solid #3498db; }
    
    /* color of circle when active*/
    .float-pos .nav > li.active::after { border: 2px solid #3498db; }
    
    /* background color of floating menu*/
    .float-pos .nav > li > a::before {
        background-color: rgba(0,0,0,0.8);
    }
    
    vineyardseashell Friend
    #1089029

    Thank you Saguaros! I will add that to my custom css file and add the colors I need.

    Thanks again!

    Vineyardseashell

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  vineyardseashell 6 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum