This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

15
  1. Andrew Misplon Staff 6 years, 3 months ago

    Hi Dario

    Thanks for reaching out.

    It’s possible using Custom CSS, please, see the second last snippet here:

    Page: CSS Snippets

  2. Dario Petrović 6 years, 3 months ago

    Thanks, now it works

    please also link to (change logo in sticky header). I can not find

    Thanks,

  3. Andrew Misplon Staff 6 years, 3 months ago

    Glad to hear you’re making progress.

    That’ll be in Advanced Customizations Customizations.

  4. Dario Petrović 6 years, 3 months ago

    solved,
    thanks again

  5. Andrew Misplon Staff 6 years, 3 months ago

    Super :) Glad that helped.

  6. Dario Petrović 6 years, 3 months ago

    Sory, another thing

    color change in mobile menu in sticky header.

    browsed all the pages, but I found nothing :)

    thanks

  7. Andrew Misplon Staff 6 years, 3 months ago

    I’ve updated the docs: Page: CSS Snippets. Hope that helps.

  8. Dario Petrović 6 years, 3 months ago

    hi,
    that’s it.
    thanks again,

  9. Andrew Misplon Staff 6 years, 3 months ago

    Super, glad that helped :)

  10. Dario Petrović 6 years, 3 months ago

    hi,
    my homepage-header is a picture, and I like white text menu. But on the other pages the header is white.
    so does the logo

    thanks

  11. Andrew Misplon Staff 6 years, 3 months ago

    For the CSS rules, try reading my tutorial on prefixing rules: Post: Unique Page Styling with Custom CSS Body Classes.

    For the PHP functions, you can see an example of a conditional in this function Page: Advanced Customizations.

    More on WordPress conditionals here https://codex.wordpress.org/Conditional_Tags

  12. Dario Petrović 6 years, 3 months ago

    hi,
    logo i made and now its ok
    but
    I cannot change the text:
    —-
    .main-navigation ul li a {
    color: #000;
    }
    —-
    on the HOME page header text should be : #fff

    that’s

  13. Andrew Misplon Staff 6 years, 3 months ago

    Hi Dario, I can’t really dive deep into Custom CSS within our free support scope. We, unfortunately, we don’t have the budget too. In our premium support scope, we have a lot more freedom to help out with customizations beyond theme settings. You can prefix that rule with:

    .stuck .main-navigation

    For when the header is sticky or:

    .home .stuck .main-navigation

    For sticky on the home page or:

    .home .main-navigation

    Not stuck on the home page.

  14. Dario Petrović 6 years, 3 months ago

    Thaaaaaaaaaaaanks,

    hope i won’t bother you with this topic again

  15. Andrew Misplon Staff 6 years, 3 months ago

    Hi Dario, it’s no problem at all, I’m just constrained within our free support scope when it comes to certain questions. I’ll do my best to point you in the right direction or update the theme documentation to assist.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread