Forums
Home / Theme: Bootstrap Ultimate / Change Background repeat
(@pnrik)
10 years ago
Where can i change the Background repeat? It want to set repeat-x.
(@eminozlem)
1- You can simply add body {background-repeat: repeat-x;} under Common > Quick Start > CSS section
body {background-repeat: repeat-x;}
2- You can activate Dev > Override.CSS and add body {background-repeat: repeat-x;} to your ./bootstrap-ultimate/rsc/css/override.css file
./bootstrap-ultimate/rsc/css/override.css
I can add repeat option in the future though. Marking as resolved, cheers.