Tagged: x
-
AuthorPosts
-
April 13, 2016 at 4:39 pm #880924
EYESCOOLParticipantHello, I just purchased your template this morning and have been busy populating it.
Is there a way to hide page content on the home page so that just my background image and menus are shown.
as a work around I added a slider to the page, with my desired image, but the page content still is shown below. and i would prefer to have the image in the background for all my pages not just the home page.
my Website is donotresistfilm.com
Thanks so much for your assistance!
Dan
April 13, 2016 at 7:13 pm #881142
John EzraMemberHi Dan,
Thanks for writing in! Please remove the slider and use CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
div#top { background: url("http://www.donotresistfilm.com/wp-content/uploads/2016/04/Do-Not-Resist-head.png") no-repeat; background-size:contain; background-position: 50% 50%; } .home .x-main.full { display: none; } .home .x-container.max.width.offset { min-height: 600px; }Hope this helps – thanks!
April 13, 2016 at 7:53 pm #881182
EYESCOOLParticipantThank you so much that is exactly what I needed!
April 14, 2016 at 1:58 am #881607
RadModeratorYou’re welcome!
May 13, 2016 at 8:19 pm #990635
EYESCOOLParticipantHi Again,
I need a little additional assistance on my homepage with you custom css. When a browser is opened to full screen the background image rises up into the header. Image attached.
Is there a way to keep the image below the header or at least make the line transparent?
Thanks again for all your help!
Dan
dontnotresistfilm.comMay 14, 2016 at 12:05 am #990871
ChristopherModeratorHi there,
Please update your code to :
div#top { background: url("http://www.donotresistfilm.com/wp-content/uploads/2016/04/Do-Not-Resist-head_6.png") no-repeat; background-size: contain; background-position: 50% 74%; }Hope it helps.
May 14, 2016 at 12:01 pm #991398
EYESCOOLParticipantThanks for the help. That does move the image down a bit. but still goes through the header line when you full screen. it also makes the layout not work as well when it switches to tablet mode.
Is there a way to just make that line transparent?
Thanks for again!
May 14, 2016 at 8:43 pm #991771
RadModeratorHi there,
Please add this as well,
.x-navbar { border-bottom: 0px; box-shadow: none !important; }That should take care the line, cheers!
May 17, 2016 at 1:26 pm #995952
EYESCOOLParticipantThanks for your assistance. You guys rock!
May 17, 2016 at 2:01 pm #995999
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
May 19, 2016 at 10:50 am #999638
EYESCOOLParticipantOK I am back again. Just added some awards to my image. But now my footer goes on top of my images.
What would be the best way to correct?
Is it possible to put in a hard number that the footer couldn’t go above.
Thanks again for all your assistance!
May 19, 2016 at 12:21 pm #999825
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.home footer.x-colophon.bottom { margin-top: 200px !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-880924 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
