"sections" on individual pages

Home Forums BeFit Theme Support "sections" on individual pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103590
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    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

    #103604
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Yes you can use the shortcodes of the homepage sections on any of the other pages as well.

    Regards,
    Shri

    #103622
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    Yes, but I want full screen width sections.

    #103633
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Okay, kindly show us your website URL?

    Regards,
    Dave

    #103637
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    For 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.

    #103672
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    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,
    Shri

    #114048
    ihoustononlineihoustononline
    Participant
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: December 18, 2018

    Hello,
    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/

    #114062
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    body.page { background:#fff;}

    Regards,
    Dave

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.