Change background of featured pages area
-
I’d like to change the background of my site, using a customizr-child theme.
The code snippet mostly works – but there is an unanswered comment in there, and I’m trying to do the same thing!
https://www.themesandco.com/snippet/change-customizr-background-to-texture-or-image/
leaves unanswered the problem of the featured pages boxes. After using the CSS below, I get the texture on most of the page, except the three featured pages areas look like three square boxes with white background and not the texture I want to use.I tried using .thumb-wrapper background, but no luck. Any ideas?
CSS used (site is internal, so URL won’t work outside network…):
body {
background: url(texture.jpg) repeat ;
}
#main-wrapper {
background: transparent;
}
.navbar-inner {
background: url(texture.jpg) repeat ;
}
- The topic ‘Change background of featured pages area’ is closed to new replies.