Comment to 'How to change Default Color (Artificer)?'
  • Did you save your changes successfully?

    UPDATE - I could test change the background-color in your site successfully.

    • Yes, I have also cleared cache but no luck.

      image_transcoder.php?o=sys_images_editor&h=1981&dpx=1&t=1714046098I was able to change all button color using below code but I dont want to apply class by class.

      .bx-btn.bx-btn-primary,bx-btn {

        background-color: #8a00ba;

        background-image: linear-gradient(90deg, #8a00ba 0, 50%, #8a00ba 100%);

        box-shadow: 0 1px 2px 0 rgba(138, 0, 186, 0.5);

        color: ;

      }

      • I'm having the exact same issues. Custom styles are not working for me in the Artificer Theme. Can you please provide just one simple example of changing an elements style. I can't find any docs or tutorials for this anywhere.