getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.62k stars 450 forks source link

Changing title colors #3416

Closed obundeturval closed 4 years ago

obundeturval commented 4 years ago

Hi,

Is it possible to change the title color in, let's say, the bootstrap4 theme? If so, how?

Best regards, Jan

ralsina commented 4 years ago

In all the themes using bootstrap you can use bootswatch to change to different color schemes (See here for nikola subtheme)

Other than that, you can create a files/assets/css/custom.css and usually any theme will apply it last, so you can tweak anything there.