• Resolved diegodiaz85

    (@diegodiaz85)


    I change styles for more info button and title, it works fine in desktop but in mobile still with default styles (button green and title white), I try to change it with media query (for example: @media only screen and (max-device-width: 992px) and use “!important” in the styles but it doesnt works, I change the customs styles in cherry plugin.

    How can I change this styles for all devices? Thanks for your support.

    This is my site: http://www.lasdeliciasdemaiky.co/

    • This topic was modified 7 years, 1 month ago by diegodiaz85.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    Please remove the @media from your custom CSS, then it will be applied to all devices.
    If it doesn’t resolve problem, please paste your custom CSS here.

    Best regards,

    Thread Starter diegodiaz85

    (@diegodiaz85)

    Hello:

    Actually my custom css don´t have @media but the styles only works in desktop.

    This is my custom CSS:

    .pt-cv-wrapper .btn-success {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #fff;
    }
    .pt-cv-wrapper .btn-success.focus, .pt-cv-wrapper .btn-success:focus {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #fff;
    }
    .pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #fff;
    }
    .pt-cv-title a{
    color: #333333 !important;
    }
    .pt-cv-title a:hover{
    color: #333333 !important;
    }

    Thanks!!

    Plugin Author Content Views

    (@pt-guy)

    Hello,
    These CSS were wrapped inside @media (min-width: 1200px) http://take.ms/LFvIQ
    Please move them out of that @media.
    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘styles for mobile devices’ is closed to new replies.