ThemeLooks Support Team

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Error In Template LilyHost #3583

    Hi Richardson,

    The code is not working because of the text instead of sign. See screenshot: http://prntscr.com/jhyxvc

    Please, update the code:

    .email-verification .btn-default {
        color: #fff !important;
    }
    
    .top-cart ul.top-nav > li > a,
    .top-cart ul.top-nav > li:hover > a,
    .top-cart ul.top-nav > li:focus > a {
        color: #fff;
    }

    To:

    .email-verification .btn-default {
        color: #fff !important;
    }
    
    .top-cart ul.top-nav > li > a,
    .top-cart ul.top-nav > li:hover > a,
    .top-cart ul.top-nav > li:focus > a {
        color: #fff;
    }
    
    .tospanel .panel-body a {
        color: #ff6c3a;
    }

    Best Regards,
    ThemeLooks Support Team

    in reply to: Error In Template LilyHost #3565

    Hi Richardson,

    Please add the below CSS to ‘custom.css’ file:

    .email-verification .btn-default {
        color: #fff !important;
    }
    
    .top-cart ul.top-nav > li > a,
    .top-cart ul.top-nav > li:hover > a,
    .top-cart ul.top-nav > li:focus > a {
        color: #fff;
    }

    Could you please provide us your WHMCS URL to review the second issue?

    Best Regards,
    ThemeLooks Support Team

Viewing 2 posts - 1 through 2 (of 2 total)