Columns – different coloured text on mobile

  • Author
    Posts
  • #35512
    Marcus

    Hi all,

    How do I change the colour of the text on the Cryout Columns so that it’s one colour on desktop (when the text appears overlaid on the image, when I want it to be white), and a different colour on mobile (when the text appears underneath and I’d like it green)?

    Thanks in advance,
    Marcus

    #35547
    Zed
    Cryout Creations mastermind

    Use media queries:

    @media (max-width: 640px) {
     element, #id, .or-classname { color: .... }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Columns – different coloured text on mobile’ is closed to new replies.