Okay
  Public Ticket #2207966
Form Label CSS can't override
Closed

Comments

  • ewallztheme started the conversation

    Hi, I want to make the woocommerce checkout form label font weight slightly thicker like 400 or so, but the current theme css already fixed to 300 !important which is very thin.

    pZoqa7.jpg

    Anyway i can override this without editing the core css?? if i do this, for sure need to do it again after theme updates...

  •  675
    Neuron replied

    Hi,

    Well, you can add important as well, applying CSS only to the checkout page would like something like this.

    .woocommerce-cart label {
        font-weight: 400 !important;
    }

    So, the CSS could be placed anywhere on child theme or Appearance > Customize > Additional CSS.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • ewallztheme replied

    it is woocommerce-checkout , anyway thanks for the tips!

  •  675
    Neuron replied

    Oops, sorry. That is what I meant.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.