Skip to main content

ACF Dynamic Content Font Colour

Comments

6 comments

  • Ariel H.

    Hi Eilidh,

    Please use the following CSS:

    @media (max-width: 1024px) {
        .brz-text-btn span.text-population {
            color: #fff !important;
        }
    }


    If this is not the issue, please provide more details

    Kind regards,
    Ariel H.

    0
  • Darren Nicholls

    Hi Ariel,

    This didn't work. In fact it turned the description and date text to white on this page which isn't ideal of course.

    Do you have any other thoughts?

    Thanks,

    Eilidh

    0
  • Ariel H.

    Hi Eilidh,

    Could you please place the CSS inside the column where the affected text is located and check if that resolves the issue? 

    @media (max-width: 1024px) {
        span.text-population {
            color: #fff !important;
        }
    }

    If it still doesn’t work, please provide temporary access to your WP Admin and send the details to communitysupport@brizy.io, using ticket reference 32741693271826 in the subject line.

    Best regards,
    Ariel H.

    0
  • Darren Nicholls

    Hi,

    Thank you. This has worked and doesn't seem to be impacting any other areas on the site.

    Thanks again,

    Eilidh

    0
  • Ariel H.

    Hi Eilidh,

    Upon checking, this block is currently hidden, which is why the color changes aren’t visible there.

    Could you please remove all the CSS that was previously added, then temporarily make the block visible on desktop so you can update the color directly? Once the changes are saved and confirmed, you can hide the block again as needed.

    Best regards,  
    Ariel H.

    0
  • Darren Nicholls

    Hi Ariel,

    Thanks for that. That's sorted it for us.

    Thanks,
    Darren

    0

Please sign in to leave a comment.