going towards the bottom you can see i use the [hr ] tag alot..where / how can i use my own image for this?
i'd like to customize the default divider with my own image
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
you could add a custom background image with following code:
.hr { background: transparent url('images/hr_bg.png'); }Then hide the standard border with following code:
.hr .hr-seperator.extralight-border, .hr .primary-background.seperator-addon{ display: none; }I'd add the code to css/custom.css
Posted 1 year ago #
Reply
You must log in to post.














