Okay
  Public Ticket #2511054
Issue with Customizations
Closed

Comments

  • kaagency started the conversation

    Hi, All of a sudden, my theme customizations are not showing up in Wordpress dashboard. For example..I'm not able to change the theme colours / fonts etc.

    See attachment - only showing me "Background" colour...nothing else. Any idea as to why this is happening?

  •  675
    Neuron replied

    Hi,

    Can you please install the following plugin.

    - https://wordpress.org/plugins/kirki/

    Let me know if it is fixed after installing the plugin.

    Kind Regards


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

  • kaagency replied

    It's working now Thank you!

    How can I modify the colour of the price on the shop?

    Ashley


  •  871
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Please add the following code to Appearance > Customize > Additional CSS, and set to it the color you want, so it will change the color of the price.

    .woocommerce-Price-amount {
        color: green;
    }
    

    Feel free to ask for anything you need.

    Kind Regards