• Closed
  • S.B.
    Spectator
    November 26, 2013 at 1:37 pm #8158

    how to change in parallax slider the button caption and colors?

    http://www.bardini.de

    thx in advance

    Roman
    Spectator
    Posts: 3147
    November 26, 2013 at 5:51 pm #8630

    you need to edit file library\functions\basic-functions.php lines # 486, 507, 528, 550, 572

    to add a custom button color add in Custom CSS options:

    Code:
    .da-slide .da-link {
    background: blue;
    border-color:blue;
    }
    S.B.
    Spectator
    Posts: 39
    November 26, 2013 at 9:53 pm #8631

    great, but how can I change the hover color from black to green?

    And how can i change the color of the arrows and search-binoculare in the top menue? I changed the background color of the menue and now are they bad to see! 😐

    thx in advance

    Roman
    Spectator
    Posts: 3147
    November 27, 2013 at 10:02 am #8637
    Code:
    .da-slide .da-link:hover {background:green;border-color:green;}

    the arrows and search I will try to fix in the next version. thanks