Viewing 3 replies - 1 through 3 (of 3 total)
  • Ali Darwich

    (@tokyobiyori)

    SUPER-O EL MOPO

    Okay so this was a tricky one! I think this is used in multiple instances so please check in order that this isn’t used in other places, but I think the one you’re looking for is here:

    https://sadiemaybradford.com/wp-content/themes/nisarg/style.css?ver=5.8.2

    You currently have this code, and I’ve commented the three lines that are creating this gradient:

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border: 1px solid #455A64;
        border-radius: 2px;
        /*! background:    -moz-linear-gradient(#607d8b, #455a64); */
        background:    -o-linear-gradient(#607d8b, #455a64);
        /*! background:    -webkit-linear-gradient(#607d8b, #455a64); */
        /*! background:    linear-gradient(#607d8b, #455a64); */
        color:#fff;
    }

    I believe that this can also be added in Appearance > Customize > Additional CSS, but in case it doesn’t overwrite it, you can use the path I mentioned above to do it. However, I think you might have to match the font of the button because once I removed the gradient, the color of the font looked a bit different, not sure if it’s me needing glasses though ??

    Hope it helps!

    Thread Starter hleibac

    (@hleibac)

    I was able to enter the code into Appearance > Customize > Additional CSS and change the gradient hex color codes to ffffff. That seems to do the job!
    Thank you so much for the help!

    Ali Darwich

    (@tokyobiyori)

    SUPER-O EL MOPO

    Ah, that’s awesome, glad it worked! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS for background color of Previous Events’ is closed to new replies.