• Resolved padgettpilates

    (@padgettpilates)


    Hi.
    I’m trying to change the color of my banner text “Discover harmony in your body through movement” on mobile devices. I’ve attempted several times with no luck. Is anyone able to help. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @padgettpilates,

    To change the color, add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 767px){
    .banner .banner-caption .entry-title a {
        color: #afc4c0;
    }
    }
    Thread Starter padgettpilates

    (@padgettpilates)

    Hi. Thanks for your reply. This is the code I had tried on my own serval times with no luck. I also copy and pasted what you have here with no luck as well. It seems that when I try to change anything with this banner it doesn’t work. I’ve also tried removing the black background with no success.

    Any other suggestions…

    Thank you

    Hi @padgettpilates,

    The CSS code must have been overridden by the original CSS code. Can you please try the below CSS code instead and check if it works?

    @media screen and (max-width: 767px){
    .banner .banner-caption .entry-title a {
        color: #afc4c0 !important;
    }
    }
    
    .banner .wp-custom-header::before {
        background: none;
    }

    If the color still does not change, then please contact our support team via this link for quicker response- https://blossomthemes.com/support-ticket/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Banner text color mobile’ is closed to new replies.