Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help in altering/modying and understanding the theme #27

Closed
raghavsikaria opened this issue Apr 22, 2020 · 2 comments
Closed

Need help in altering/modying and understanding the theme #27

raghavsikaria opened this issue Apr 22, 2020 · 2 comments

Comments

@raghavsikaria
Copy link

Hello fellow contributors! Thank you so much for coming up with a great theme.

I am new to this system and wanted to understand a few things. If this not the right forum to query here, please accept my apologies and guide me to the right one.

  • I want to know how I can replace the color background/texture of header with an image

  • To go about modifying the HTML layout in general

  • To give the creators credit as and when I take my page live

Also, please do let me know about the correct platform so that I can go there in future for queries pertaning to this.

Thanks.

@samarsault
Copy link
Owner

For your use case, it would be better to fork the repo and change it to create your site

  • If you don't want one of the already defined textures, you can create a new one. First, you add it here
texture:
  ...
  style: custom

And then you can add some css here
https://github.com/thelehhman/texture/blob/0df7b010b93bf5ca4ea2de4dbe83f64ac40bf30b/assets/css/style.scss#L55
For example,

.texture-custom {
    background-image: url(path to my image)
}
  • You can modify the files in the _layouts folder, its like html but enhanced using liquid templating
  • A small line in the footer would do :)

@raghavsikaria
Copy link
Author

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants