Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #566525

    I think it is possible to change content slider arrows color with quick css… Could you show me that css -code?

    Thanks.

    #566605

    Hi stakavainio!

    Please provide us with an example page, of the section you want to change and the slider you mean you want to change, so we can locate that area and provide the CSS you need to do it.

    Best regards,
    Basilis

    #608914

    Hi,

    I would like to change arrows box color to black. And arrow should be white.

    Thanks.

    #608939

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
        background: orange;
        color: red;
    }

    Regards,
    Yigit

    #1075642

    I want the arrow background to be transparent. The code above worked but when I tried to change orange to transparent it is still a light gray color. I don’t want any background visible at all. Thanks

    #1076227

    Hi,

    Please try this CSS as well:

    .avia-slideshow-arrows a:before {
      background:none;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.