Header Opacy Problems

  • Author
    Posts
  • #1367

    artvaz
    Participant

    the gray thing Im talking about is just behind the header once you open the page,

    #1368

    Andrew Misplon
    Keymaster

    Hi artvaz

    Thanks for reaching out and for giving Ultra a try. Really glad to hear it’s proving useful for your project.

    I’ve got an update on the way that will introduce the opacity controls you’re looking for, the controls that should already there 🙂

    Just a quick reminder that I send out regularly; all WordPress themes completely overwrite themselves when updating. To keep your CSS changes upgrade safe it’s important to not make any edits via Appearance > Editor. Inserting your Custom CSS into a plugin like Simple Custom CSS is the way to go:

    Simple Custom CSS

    It looks like you’re running Vantage at the moment. That’s awesome, I’m sure you’ll also find it useful. If you need a hand with Vantage you can also find me over at the SiteOrigin forums, although we’re a little behind at the moment. Just in case you’d like to return to Ultra at some point, I’ll run through your questions below.

    Setting Header Opacity

    A theme setting is on the way. For now, header opacity can be set with:

    /* Site Header: Theme setting coming in 0.9.4 */
    .site-header {
      background: rgba(255, 255, 255, 0.9);
    }

    The grey showing through is a problem I’ve fixed in the upcoming update. You can resolve by adding the following:

    /* Page Background Color: Can remove after 0.9.4 */
    #page {
      background: #fff;
    }

    Page Slider

    It’s possible to add a Meta Slider to any page, in the same position as the home page, using the Page Slider drop down. Edit any page and you’ll find it in the right column.

    For a full Meta Slider run through, please see the documentation here: https://purothemes.com/documentation/ultra-theme/meta-slider/.

    If you’re asking if you can instead insert the SiteOrigin Carousel widget in that same position…sure, I can help. It’ll require a little work though but I’m sure we can do it.

    Comments

    I’m not sure I hit all of your questions. If you decide to move back to Ultra, let me know and I’ll help out wherever possible.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top