• Hello I need help with the Button for Android.
    The button is blue and the blue part doesn’t fit correctly in the box.
    I upload my button in green but it wan’t be shown.
    Button URL: https://www.lingatel.de/wp-content/uploads/2018/03/Anzeigen50x30.jpg
    Maybe it is to big? But which size I have to take?

    Also the banner color is grey even if I add
    #smartbanner.android {border-color: #ccc; background: #fff;} to my css
    (found as an answer to the same question).
    Bets regards,
    Alina

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter alinailjasov

    (@alinailjasov)

    Sorry the background worked out but how can I change the text color now to black?

    Thread Starter alinailjasov

    (@alinailjasov)

    The blue button still doesn’t fill correctly in the box, please give me a short feedback as soon as possible.

    Best regards,

    Alina

    Plugin Author Matt Pramschufer

    (@mattpramschufer)

    This is probably a conflict with your theme. You can try to add

    #smartbanner.android .sb-button {
    min-height: auto;
    }

    Thread Starter alinailjasov

    (@alinailjasov)

    Hi thank you for your answer,
    now I added

    #smartbanner.android {border-color: #ccc; background: #fff;}
    #smartbanner.android .sb-button {min-height: auto; background-color: #8b0 !important;}

    and the button is in normal size now but still blue and not green (#8b0)
    I would also like to change the text color, how can I change this?

    Best regards,

    Alina Iljasov

    Plugin Author Matt Pramschufer

    (@mattpramschufer)

    Alina,
    I am sorry but these are standard CSS questions not really an issue with the plugin.

    If you look at the CSS you will see

    #smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #42B6C9;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB));
    background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    }

    Which is the style that is coloring the button.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Android with Button (Android)’ is closed to new replies.