Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #996138

    Hi,

    I’m trying to change the navigational buttons on a LayerSlider. I was able to change the background color and the size of the buttons, but I’m not able to change the border color of the circle nor can I add more space between each circle. I need each navigational circle button to have space between each other.

    Do you know how I can add space and change the color of the border? I’m including a link to an example of what I have so far. Thanks!

    #996238

    Hey CodeSamurai,

    Please try the following in Quick CSS under Enfold->General Styling:

    .ls-bottom-slidebuttons a {
      margin-right:5px;
      border:none !important;
    }

    Best regards,
    Rikard

    #996314

    Thanks, we are close. The spacing/margin worked, but the border did not. If you go back to my example you will see there is still a white border around the circle buttons. Any other ideas to get that border removed or have its color changed?

    Thanks again!

    #996498

    Hi,

    Please try:

    border: 0px !important;

    And let us know if it works.

    Best regards,
    Basilis

    #996501

    Hi,

    Tried that as well and that doesn’t work. I actually just want to change the color of the border, not remove it. I can’t change anything relating to the border as it stands right now.

    How can I change the border color?

    Thanks!

    #996653

    Hi CodeSamurai,

    Can you disable CSS merging, please, so that we can see where the code is coming from?

    Best regards,
    Victoria

    #996658

    Done, I disabled the merging as requested. Please let me know if there’s anything else you need.

    Thank you for looking into this!

    #996723

    Hi CodeSamurai,

    Thank you :)

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-layerslider .ls-bottom-slidebuttons a {
      border: 2px solid #666 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #996773

    Perfect, that worked! Thank you very much for the help!

    #996955

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #997074

    This topic can be closed, I am all set. Thanks!

    #997280

    Hi,

    I’m glad you got this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Layerslider Navigational Buttons CSS Assistance’ is closed to new replies.