New Landing How can we help? Themeforest Theme Support Dante Center small caption dots

Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Dante
  • #86365
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It’s opacity related, unfortunately browser issue. Try this custom css to replace the colour:

    .flex-control-nav li a {
    background: #ccc;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }
    .flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
    background: #fff;
    }

    – Ed

    #86375
    bigbangthinking
    Member
    Post count: 121

    Yes that did the final job

    Now everything works ok, even in chrome. Leaving the final code for some one else.

    /* alinea al centro punto de sliders proyectos*/
    
    article.type-portfolio .flex-control-nav {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 2;
    
    margin-left:4px;
    
    }
    article.type-portfolio .flex-control-nav li {
    float: none;
    margin-left:4px;
    }
    
    /* cambia color de  punto de sliders proyectos*/
    
    .flex-control-nav li a {
    background: #ccc;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }
    .flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
    background: #8c8c8c;
    }

    Thanks

    #86378
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks

    – Kyle

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register