Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1074414
    Moonworks
    Participant

    I’ve got a section within WooCommerce which seems to be ignoring the X theme CSS.

    I’m not sure if this is due to WooCommerce or the theme itself.

    This is an example of the page:

    http://www.authorpa.com/product/critique/?skip-maintenance-token=298BDB

    The section where you have the slider between paying the full amount or paying a deposit, I’m trying to change the colours on both those sections, but don’t see where this can be done.

    I tried:

    #pay-deposit {
      background: #ffa200;
    }

    But this doesn’t seem to do it.

    Thanks.

    #1074477
    Christopher
    Moderator

    Hi there,

    Please try following code:

    .switch-candy {
        background-color: #2d3035;
    }
    #wc-deposits-options-form div a.wc-deposits-switcher {
        background-color: #ad74a2;
    }

    Hope that helps.

    #1074478
    Christopher
    Moderator

    Hi there,

    Please try following code:

    .switch-candy {
        background-color: #2d3035;
    }
    #wc-deposits-options-form div a.wc-deposits-switcher {
        background-color: #ad74a2;
    }

    Hope that helps.

    #1074784
    Moonworks
    Participant

    That did it partly, thank you.

    It changed the dark background colour, but not the purple section.

    #1074790
    Christopher
    Moderator

    Please update your code to :

    #wc-deposits-options-form div a.wc-deposits-switcher {
        background: #3b393a;
    }

    Thanks.

    #1075472
    Moonworks
    Participant

    Thank you. Works great 😀

    An amazing theme with amazing support. I just hope I don’t wake up now…

    #1075478
    Nico
    Moderator

    Happy to hear that. We feel boosted when appreciated.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1074414 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>