
Resolved image background for Masthead section
By
Leonardo da Vinci+, in DMS & Legacy Products
-
Similar Content
-
By StuLeeUK+
Good morning,
I have set up my homepage using the Elements sections, a Masthead at the top and then a selection of Heroes lower down.
I only just realised that the Heroes set a H1, as does the Masthead.
Is there an easy way I can change the Heroes to an H2/H3 etc so as to improve the structure of my headers, whilst keeping the Masthead as H1?
I really don't know much at all about CSS, which is why I use Pagelines because it's just so easy to create good looking pages without too much confusion.
page for reference is https://www.avangocouriers.co.uk
Thanks,
Stu
-
By nandorj78+
I'd like to request a section (or that this could be enabled on the background settings of the existing sections) in which we could set a image to stay fixed, just as we can see in the link below:
http://www.bootply.com/render/100702 (you can see 2 different background images and everything scrolls on top of it.)
Is it possible to be done without having to code it via CSS every time?
-
By jacobtippett+
Hi,
I am trying to get the background image of the Revslider to be clickable and redirect to a link.
Does anyone know how this is possible?
-
By martinjrob+
I am having problems in figuring out how to make the sections transparent so it shows 1 background color, Image.
I have made all sections with no background colour as it suggests in pagelines docs
this is the domain name http://www.socialwebservice.co.uk/ and this is how i would like it to look http://ecologysurveysinnorfolk.co.uk/
Any help will be much appreciated.
-
By abuzzelli+
Trying to adjust the position of the background image on http://churchofwolves.com/. I need the wolf background to move over to the left on mobile versions so it can be seen. Here's the code I'm using and it's not working. I've tried a bunch of different things. Getting frustrated. Any advice?
@media (max-width: 768px) { .home .site-wrap{ background: url(http://churchofwolves.com/wp-content/uploads/2015/06/Church-of-Wolves-bkgd1.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 100% 0%; } }
-