I greet you,

What do I have to do to remove everything that is black in the Reporter template? (less the color of the letters of course 🙂 which should be all black). It is difficult to search in css line by line and try every command that has a background (I tried and it comes out nonsense), so I ask for your help to give me a complete list of changes.

Thank you very much for your help

    veterinarul Hi

    Some sections of template will be declared with specific style, but mostly are set with --gk-black variable so you can override the color for this variable. To achieve this, you create this file: templates/gk_reporter/media/css/custom.css

    and add this code:

    :root {
      --gk-black: #6f42c1 !important;
    }

    You can change some other colors in template settings:

    Let me know if you need any other help.

    Write a Reply...
    You need to Login to view replies.