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

Feature Change Background image #106

Closed
janellesnowy opened this issue Jun 7, 2019 · 2 comments
Closed

Feature Change Background image #106

janellesnowy opened this issue Jun 7, 2019 · 2 comments

Comments

@janellesnowy
Copy link

Hi, is it able to specify a background image? I tried adding the background image in site.css, it still remains unchanged. Where is the place to change it?

@stsrki
Copy link
Collaborator

stsrki commented Jun 7, 2019

Setting the background image can be set like this. Blazorise is not stopping you from using regular html or css.

The other way of setting the background image can be by using the Style attribute that can be found on every component. eg.

<SomeComponent Style="background-image: url("paper.gif");" />

@janellesnowy
Copy link
Author

I see. It was a mistake with the path in the url. It's working, thanks. But I'm also thinking in the themeing, we can have options to set this in the base classes.

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