Edit Parallax Sections

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11453
    lewis502
    Member

    How do I edit the parallax sections (i.e. The blue section to overlay app download links to App Store and Android, change the color of the background text or resize)?

    Screenshot 1: Blue section on homepage: http://getsellit.com

    Also, how can I remove the header section (i.e. On Team Page, the Orange header so the image just shows and the orange header is removed completely)

    Screenshot 2: Orange Header – http://getsellit.com/page-section/team

    #11469
    Veena
    Moderator

    1.Pls use the custom CSS in themeoptions –

    #home2-heading .heading2 h2 {
    color: #333;
    background: #fff !important;
    

    2.Pls add the below custom CSS in themeoptions-

    .postid-3976 #title-area {
    display: none;
    }
    
    #11484
    lewis502
    Member

    How do I edit the size of the parallax (height specifically) and add the buttons to download the app from the Apple and Play story on the left and right of the mobile phone (within the parallax)?

    Also, on #2, it didn’t just remove the top part, it just blended it all w/ the navigation menu.

    #11490
    Veena
    Moderator

    Pls insert the below lines in the page section –

    and also include the below custom CSS in themeoptions .

    .goog-play {
    float: right;
    }
    

    kindly make the styling changes according to your needs.

    For reducing height try to adjust padding –

    #home2-heading {
    padding: 80px 0 280px;
    }
    div#home-alternate {
    padding: 50px;
    }
    

    Pls clarify your second query.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.