when I try creating a new element the only thing that shows up is “Page” and “Component” how can I fix this please?
Hi @levisblugenes,
Thanks for reaching out.
The Header and Footer builder is exclusively available with Pro. Please make sure you are using it.
Thanks
Ahh, ok, Thanks! I didn’t realize that. But please let me know how if there’s an option to change navbar background color without the Pro package?
Hello @levisblugenes,
It seems that you are using the X theme integrity stack I would suggest you please add this custom CSS code to global CSS to change the header color since there is no option in the X theme integrity stack.
header.masthead .x-navbar {
background-color: #2196F3;
}
Please feel free to change the color code to match your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Yes, it helps, thanks!
What is interesting is that I see I can purchase a single Pro license for $99 a year. Meanwhile, I paid $89 for X theme without Pro (on the elements.envato site - I was directed there from a link on theme.co )…
Is there any way to switch that?
Hey @levisblugenes,
You can convert your X to Pro license, please check this documentation:
Hope that helps.