• Resolved Leslie

    (@laughingcat13)


    Is there a way to have a different background image and a different header image for each page of the site?

    A second unrelated issue, when I upgraded the theme, my phone number no longer appears at the top of every page. I was able to add the email address, but there is no option to add the phone number back to the head.

    • This topic was modified 6 years, 1 month ago by Leslie.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks so much for upgrading!

    There currently isn’t a way for changing the header and background image for different pages on the site, but I’ve added this to our roadmap for future updates.

    Sorry for the missing phone social icon option. I will try to get a fix out in the next 48 hours so that it is available in Ignite Plus.

    Thread Starter Leslie

    (@laughingcat13)

    Thank you for you quick response, Ben. One last question, it there a way to apply a percentage transparency to the main content background color of each page?

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing!

    Yea you can do that with the following CSS:

    .entry {
      background: rgba(255,255,255,0.9);
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    The “0.9” value at the end of the line means 90% opacity. If you want to make the background even more transparent, you could lower it to 0.8 or even lower.

    Thread Starter Leslie

    (@laughingcat13)

    Awesome, Ben, thank you for the transparency code!!

    I checked into see if I’d be able to add the phone number back to the head, but didn’t see the option. Will that automatically show up as an option, or will it only appear with a theme update?

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    The update should be out soon. You’ll see a notification in your Appearance menu and then you update you’ll see the phone option in the Customizer.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Different Header/Background images for each page’ is closed to new replies.