Home › Forums › BeFit Theme Support › "sections" on individual pages
- This topic has 7 replies, 4 voices, and was last updated 4 years, 9 months ago by
Forum Moderator.
-
AuthorPosts
-
July 3, 2018 at 6:37 am #103590
Cheers,
Is there any possibility to work with sections (like the sections which can be setup on the startpage) on individual pages of the theme? I mean several full screen width content areas following each other.
Regards Manuel
July 3, 2018 at 7:59 am #103604Hi,
Yes you can use the shortcodes of the homepage sections on any of the other pages as well.
Regards,
ShriJuly 3, 2018 at 11:40 am #103622Yes, but I want full screen width sections.
July 3, 2018 at 1:07 pm #103633Hi,
Okay, kindly show us your website URL?
Regards,
DaveJuly 3, 2018 at 1:29 pm #103637For example this page: https://www.manuel-nelles.de/ueber-mich/
I would like to setup different background-colors (full screen width) for the different content areas on the page.
July 4, 2018 at 1:46 pm #103672Hi,
Kindly wrap your code in
and paste below css code in custom css box.
.full-width-section { background-color: #ccc; left: 50%; margin-left: -50vw; margin-right: -50vw; padding-top: 100px; padding-bottom: 100px; position: relative; right: 50%; width: 100vw; }
Regards,
ShriDecember 26, 2018 at 5:41 pm #114048Hello,
How can I change the background colour to white (instead of beige) on my blog pages like this one:https://cvcoachforwomen.com/17-tips-to-make-your-cv-stand-out/
December 27, 2018 at 5:12 am #114062Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
body.page { background:#fff;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.