Comment to 'How to change Default Color (Artificer)?'
  • Hi @LeonidS ,

    I tried above but it did not changed color. Spacenook have default color as blue but my requirement to change it to below color. All current blue color reference should get changed into blue2-dark color. Below is an example just example for profile page but want this to change in all site.

    image_transcoder.php?o=sys_images_editor&h=1978&dpx=1&t=1714043501Thanks,

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