Okay
  Public Ticket #2744499
WPBakery Add Custom Colour
Closed

Comments

  • jgilfoyle started the conversation

    I am regularly frustrated by manually typing my colour codes into the WYSIWYG colorpicker, but for the life of me cannot fathom in the code how to manually set the colours. I've managed it on other editors but can't figure out where or how to do this.

    Previously there has just been a PHP file that had an array of colours and space to attribute the custom colours... Can you point me in the right direction, please?

    And if it's not already on the development path, might I suggest it would be great to add to the roadmap for the Salient selected theme colours to automatically appear in the custom colours part of the colorpicker tool?

  •  8,402
    Tahir replied

    Hey Again,

    Thanks for the Detailed information. Have noted it in the Wishlist for upcoming updates.

    Best 


    ThemeNectar Support Team 

  •  982
    ThemeNectar replied

    Hey jgilfoyle,

    You can use the following snippet in your child theme functions.php file to modify those colors as desired: https://pastebin.com/Dj71J5AY

    Cheers

  • jgilfoyle replied

    Literally made my week.

    Thanks.