• Good day.

    I am new to customizr and so far ive found it great. I just got a question about the rounded thumbnails background color when on a mobile device. please check my site:
    https://letsplayflashgames.com/

    and please let me know how do I do to change the white background on my thumbnails i managd to changed them when using a PC but not a mobile..

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi kirkie66,
    you have this:

    .round-div {
    border: 104px solid black;
    }

    replace it with this:

    .round-div {
      border-color: black !important;
    }

    Hope this helps ??

    and replace this:

    .widget-front .round-div {
    border: 104px solid black;
    }

    whit :

    .widget-front .round-div {
    border-color:black;
    }
    `
    will ensure you don’t overwrite border-width property for small viewports.

    Thread Starter kirkie66

    (@kirkie66)

    Awesome! It is fixed now, thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Theme Thumbnail Background’ is closed to new replies.