Hi,
cannot change text color in sticky header.
Does it have to be Premium SiteOrigin?
or it can be modified via CSS?
Thanks,
Hi,
cannot change text color in sticky header.
Does it have to be Premium SiteOrigin?
or it can be modified via CSS?
Thanks,
This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.
Hi Dario
Thanks for reaching out.
It’s possible using Custom CSS, please, see the second last snippet here:
Page: CSS Snippets
Thanks, now it works
please also link to (change logo in sticky header). I can not find
Thanks,
Glad to hear you’re making progress.
That’ll be in Advanced Customizations Customizations.
solved,
thanks again
Super :) Glad that helped.
Sory, another thing
color change in mobile menu in sticky header.
browsed all the pages, but I found nothing :)
thanks
I’ve updated the docs: Page: CSS Snippets. Hope that helps.
hi,
that’s it.
thanks again,
Super, glad that helped :)
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
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
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
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.
Thaaaaaaaaaaaanks,
hope i won’t bother you with this topic again
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.