hugo-eureka icon indicating copy to clipboard operation
hugo-eureka copied to clipboard

how can I replace css style?

Open vagra opened this issue 3 years ago • 6 comments

It seems that other themes can be overwritten style by a new css file. How can I overwrite the css style in eureka?

vagra avatar Dec 25 '20 15:12 vagra

Right now, Eureka can not overwrite or add custom css style. This feature may be added in a future release but not on a high priority.

Btw, A feature to add an external page which can have its own css or js will come soon.

wangchucheng avatar Dec 26 '20 02:12 wangchucheng

I've just added a simple change into the head partial that easily enables this.

leoditommaso avatar Jan 28 '21 09:01 leoditommaso

could you indicate at least how to rebuild the tailwind css files with slight modification? I understand it's working with postcss tool, but somehow I am unclear about the structure of the project or how to rebuild the css files

yashasolutions avatar May 02 '21 05:05 yashasolutions

could you indicate at least how to rebuild the tailwind css files with slight modification? I understand it's working with postcss tool, but somehow I am unclear about the structure of the project or how to rebuild the css files

You can refer to https://github.com/wangchucheng/hugo-eureka/discussions/50#discussioncomment-498640, and I may add this to eureka's docs as many people are asking for this. ;-)

wangchucheng avatar May 02 '21 05:05 wangchucheng

could you indicate at least how to rebuild the tailwind css files with slight modification? I understand it's working with postcss tool, but somehow I am unclear about the structure of the project or how to rebuild the css files

You can refer to #50 (reply in thread), and I may add this to eureka's docs as many people are asking for this. ;-)

I'd like to second the idea of adding this to the documentation.

kauesena avatar Mar 07 '22 20:03 kauesena

Right now, Eureka can not overwrite or add custom css style. This feature may be added in a future release but not on a high priority.

Btw, A feature to add an external page which can have its own css or js will come soon.

Hi, Is it now possible to overwrite css style (customCSS). It would be fantastic for me :-). Thank you, C.

Flashpok avatar Apr 18 '22 21:04 Flashpok