Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Need help with Technews theme

  • #3100
    Avatar photo[anonymous]

    Hi Everyone,

    Looking to get some help, i have tried everything.

    In this theme, your primary color is your link color.

    However, i need my primary color to be black, but then my links are black. But, i need them to be blue.

    I have edited –link-color under main CSS & style CSS, but the color is not reflecting.

    Any help would be amazing.

    Thank you!

    #3105
    Avatar photoBob

    Just add the following CSS rules using the custom CSS tool and change the variable values:

    :root {
      --link-color: #2C2E35;
      --link-hover-color: #448AFF;
    }
    #3108
    Avatar photo[anonymous]
    This reply has been marked as private.
    #3109
    Avatar photoBob

    It looks like you haven’t applied my CSS rule, I don’t see it in dev tools.

    screenshot-2020-06-20-o-20.33.53

    #3113
    Avatar photo[anonymous]

    I have placed your code where you state, and then i sync the website.

    So, if the CSS is not taking from the Tools as per your suggestion maybe there is an issue in the software?

    I have edited it under theme in the main Publii Folder under the CSS file, and the in the program.

    Its weird for sure, and i appreciate you looking into it.

    #3115
    Avatar photo[anonymous]

    You know what i noticed too Bob, i have two sites. Both have technews theme, however, for some reason, both sites revert to ONE sites CSS file, instead of their own. When i go to my other site, not the subject site were speaking about, it shows the colors your point out to me. Im going to change it there and confirm if that fixed it.

    #3128
    Avatar photo[anonymous]

    @scotdill don’t forget to clear the cache of your browser and how better to use it in private mode to see your expected change