• Resolved hodgy06

    (@hodgy06)


    Hi guys,

    The feature images on my page have been changed to square with a transparent background which is displaying correctly on my laptop. But on my mobile it is displaying the feature pics as round without a transparent background. It never use to do this. How can I get it back to square? https://www.energyforlife.net.au/

    Thanks Josh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Josh,
    really never?
    Weird, ’cause this rule, has ever been there (in Customizr css):

    @media (max-width: 979px)
    .widget-front .round-div {
    width: 150px;
    height: 150px;
    border: 94px solid #FAFAFA;
    top: -44px;
    left: -65px;
    }

    who knows, maybe in some version was broken..
    Well, anyway you use this right?

    .round-div {
    border-color: transparent;
    }

    in your child-theme style.css

    Make it this way:

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

    Hope this helps ??

    Thread Starter hodgy06

    (@hodgy06)

    Thank you so much ??

    Adding !important fixed it.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘feature images’ is closed to new replies.