Skip to content

Is it possible to override the style of a remote theme? #2502

Answered by mmistakes
lynxlynxlynx asked this question in Q&A
Discussion options

You must be logged in to vote

Remote themes are almost identical to Ruby gem themes. All _layouts, _includes and Sass files can be customized by adding local versions of the files in your repo. These will overwritethe ones bundled in the gem or files pulled remotely via remote_theme.

Steps for customizing the styles are what are mentioned on that link above. You copy assets/css/main.scss and customize as needed.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2502 on December 22, 2020 15:27.