Comment to 'How to remove title from page covers in Artificer theme'
  • THIS are the ways for PAGECOVERS like this:

    image_transcoder.php?o=sys_images_editor&h=562&dpx=1&t=1659289725

    test this for artificer

    /* ----- Dark and Light Theme ----- */

    .bx-cover-title.flex.justify-center.items-center {

     display: none;

    }

    /* ----- Only Dark Theme ----- */

    .dark .bx-cover-title.flex.justify-center.items-center {

     display: none;

    }

    ... but the Cover will be smaller than.

    the second way is u insert this:

    /* ----- Only Dark Theme ----- */

    .dark .dark\:text-gray-50 {

     --tw-text-opacity: 0;}

    /* ----- Only Light Theme ----- */

    .text-gray-900 {

     --tw-text-opacity: 0;}

    than the font is showing but u makes the color transparent, u see u f have not only one way, the only problem will be when someone use the .text-gray-900 for example on another Positon of template, than this color will be transparent too.

    Later when we have the 14.0.0 Release we can insert custom Css ways. But at moment to much can break the 13.0.0 - B2 is not stable enough for it.

    But at first u should use it so ... i dont know whats the plan of Artificer Theme  , a custom styler for Artificer will comming out or not. I asked them in a topic but i got no answer. We have to wait.

    Artificer is complicated in CSS u have 2-3 ways - 1 for dark theme / 1 for light theme / 1 for all 2 Themes - that means: u need to sort and write ur CSS between Light/Dark/ and all 2 Themes together.

    Artificer is a theme for people who know how CSS is working, who don´t know how CSS is working should use the Artificer Theme how it is working at moment or better use Lucid and Protean Design its more easy for beginners at moment!

    Ps: More help i will give in my Group: https://unacms.com/g/una-themes-html-css-tips-and-cheats