Support » Theme: evolve » bbpress login to header, text below parallax slider and home page full width

  • 1. I am trying to add a bbpress login/sign up button to the top of my page below my social icons so that it will show up on all of my pages and is easy to access. However, I can’t seem to find a way to do it. I’m looking for something like the quickbooks online home page.

    2. I am also looking to add text below the parallax slider and above the content boxes. It will end up being large text with a couple of links. I don’t want the box to be the same grey as my parallax slider. I would like it to be white or dark grey.

    3. I would like to make the home page on my front page be full width so that the “visit the git repository” is the full width of the page. I also want to get rid of the page title “home” but only on this page.

    http://63b.aff.myftpupload.com/ is a link to my site. Thank you for any help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Your no 1 and 2 request requires custom coding and it has to be in a child theme. It’s too much for work me, I only provide help that can be done using custom css, therefore I will leave these to other users to help you.

    Regarding your no 3 request.
    You can use the following in Theme Options -> Custom CSS

    .home .content .container {
        width: 100% !important;
    }
    .home .entry-title {
        display: none !important;
    }

    Thank you

    Thread Starter courtney1291

    (@courtney1291)

    thanks for your help denzel!

    If anyone could help me create a child theme and do the first two things I need help with, that would be awesome.

    You are welcome.
    Thank you.

    Thread Starter courtney1291

    (@courtney1291)

    does anyone have any tips for my first two questions? I’m still having troubles. 🙁

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘bbpress login to header, text below parallax slider and home page full width’ is closed to new replies.