Okay
  Public Ticket #2703737
remove background colour
Closed

Comments

  •  5
    BradElin started the conversation

    Hi,


    id like to remove the background colour for the full page  - one page dots on right hand side 

    1st image of how it currently is 

    2nd image is what I want, 

    Id also like the little dots to be red 


    thank you 


  •  8,402
    Tahir replied

    Hey Again,

    Try adjusting the Tooltip Style in here:  . 

    7380160898.pngClick to View Larger Image.

    Thanks


    ThemeNectar Support Team 

  •  5
    BradElin replied

    where can I find that option?

  •  8,402
    Tahir replied

    Hey Again,

    You can edit it in the Metabox:

    7270669559.pngClick to View Larger Image.


    ThemeNectar Support Team 

  •  5
    BradElin replied

    Hi, 

    thanks, 

    I made that change, where can I now change the colour of the dots and active page so it stands out better 


  •  5
    BradElin replied

    how can I make the dots red? 

  •  8,402
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #fp-nav:not(.light-controls) ul li a span {
        box-shadow: inset 0 0 0 8px rgb(230 47 58 / 0.8);
        -webkit-box-shadow: inset 0 0 0 8px rgb(230 47 58 / 0.8);
    }
    body #fp-nav ul li a.active span {
        box-shadow: inset 0 0 0 2px rgb(230 47 58 / 0.8);
        -webkit-box-shadow: inset 0 0 0 2px rgb(230 47 58 / 0.8);
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    BradElin replied

    thanks very much