I am trying to create a one-page responsive landing page with a full-page image and a button linking to another site. Do you have a template for that?
Hi There @windhover4
Thanks for writing in! Currently we don’t have landing page templates that comes with X theme. All the demos available to-date can be seen here (https://theme.co/x/demos/). You can also generate an example demo site that you like and start editing it according to your requirement.
As a starting point, you may check one of the YouTube tutorials added by users to get an idea (for example: https://www.youtube.com/watch?v=_C9fiJGSBIg).
Hope that helps.
I have stumbled along and have about what I want: www.jasminecottagecm.com
However, trying to get the background of the single page to color #000000. No luck with this CSS in the Body CSS Class:
.home .x-container.main:before {
background-color: #000000 !important;
}
Suggestions?
Hi There,
Please try with this custom CSS instead:
.home .site {
background-color: #000000 !important;
}
And it should be added under Theme Options > CSS:


Hope it helps 
Thanks, Thai! That works.
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.