Tagged: background images, Beaver Builder, per-page
- This topic has 7 replies, 2 voices, and was last updated 8 years, 4 months ago by
aurelius.
Author | Posts |
---|---|
aurelius
November 30, 2016 at 8:42 pm
|
Heads up! this post was created when Microthemer was at version 4. The current version is 7. Some references to the interface may be out of date. Hi there. How can I accomplish this with microthemer? When I double-click on the page background (specifically on a page where the content is not full-width, so I’m clicking outside the content area) and create a selector, nothing seems to change. What am I doing wrong? Thanks! |
Sebastian
December 1, 2016 at 5:47 pm
|
Hey, Would you mind sending me a link to your site (here or privately) so I can see what’s going on? Cheers! |
aurelius
December 2, 2016 at 1:32 am
|
Sure, check out this page: http://dev.achaea.com/portal/ Thanks! |
Sebastian
December 2, 2016 at 9:55 am
|
Thanks for that. I’m just looking at the stylesheet Microthemer generates and trying to figure out which selector isn’t affecting the page. What’s the name of the selector you’re having trouble with? Cheers, |
aurelius
December 2, 2016 at 5:45 pm
|
Well, I guess part of what i’m asking is – can Microthemer change the page background, or is that not a selectable element? I haven’t been able to figure out which selector would work. |
Sebastian
December 4, 2016 at 5:30 pm
|
Ah OK I’m with you now. Yes background images are absolutely selectable with Microthemer. I see why you had some trouble finding which element to target though. You have lots of nested elements tucked inside each other. Are you using Beaver Builder by any chance? So in short, the selector you need to change the background-image is:
That’s the selector currently used by your theme to set the background-image. I found this using a browser inspector (right-click something then choose “Inspect”) because I don’t have access to your Microthemer interface. But here’s a handy trick for finding which element has a particular style you want to override:
I hope that helps. Please let me know if you need further assistance. Cheers, |
Sebastian
December 4, 2016 at 5:32 pm
|
Oh and the background image for the header on that page is set using:
But perhaps you can try my method to find this yourself 🙂 |
aurelius
December 5, 2016 at 11:31 pm
|
Thanks Sebastian! I am indeed using Beaver Builder, btw. Best, –matt |