Comment to 'How to change Default Color (Artificer)?'
  • Hello @deep !

    1) Artificer may change styles only via the Studio->Artificer->Custom Style area. You no need to change the applied CSS classes, but you may redeclare the settings of the classes there like:

    .bg-col-blue2-dark {

    color: new color;

    }

    2) If you will make all changes via the Studio then all of them will be kept after the upgrade. It's better not to touch UNA files.

    • 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.