Roman
    Spectator
    Posts: 3147
    26.11.2013 at 17:51 #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
    26.11.2013 at 21:53 #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
    27.11.2013 at 10:02 #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