Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #324461
    Dirk
    Participant

    Hi again,

    I have also problems with colours I added in custom css. https://ikdrinkniet.nl/

    • Area around footer widget above footer (contact form) is black, how can I change this?
    • Footer widget colours only show on desktop, not at mobile.
    • Same for footer, I added code to custom css to have tekst colour in footer white. It only shows on desktop, not on mobile.
    • Also added code for wp forms in custom css. On desktop the button tekst colour is orange as it should be. On mobile this does not show.

    Hope you can help me out.

    Thank you so much

    #324508
    Sakin
    Keymaster

    Hi Dirk,

    I see that you have an issue with your Custom CSS. You forgot the closing curly bracket } after logo width CSS, Please check for the following CSS:

    @media screen and (min-width:1023px) {
    .custom-logo {
        max-width: 190px;
    }

    Update that with the following:

    @media screen and (min-width:1023px) {
        .custom-logo {
            max-width: 190px;
        }
    }

    Then Update the Theme to the latest version for that black background above the footer.

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom colours in custom css do not show on mobile’ is closed to new replies.