Casper: How to select subscribe-form within site-header-content

I’ve replaced the site title and added the subscribe form to my header of the Casper theme.

Next, I’m trying to select the necessary elements to remove the background and border, and change the color of the h3 title text.

Using Site Header injection, I’ve tried:

    .site-header-content .subscribe-form {
    background: none;
    border: none;
}
    
.subscribe-form .subscribe-form-title {
    color: #fff;
}

…but no luck.

What am I missing to select those elements? Thanks.

Hey can you share your Website url?

Or you can try with adding !Important something like

.site-header-content .subscribe-form {
    background: none !important;
    border: none !important;
}

Thanks. I should have mentioned that I tried that as well. Still no luck.

www.oddsimple.com

Wait… Now it’s working on mobile. Maybe it was a caching issue.

…but not working on desktop. :thinking:

Hi I just checked… Its working on desktop as well…