This topic has 6 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hello,
I would like to ask you 2 questions:
1)About the background of the theme, i did set an image but it seems when it loads the website to show for 1-2secs and then it “disappears” (a new layer of color hides it). Where and what should i change in the css files?
2)About the Demo Homepage like the image bellow, i want to know how to change the first text “Winter is Coming”.
Thank you in advance
Hello,
1. Background option in Theme Options works for Boxed Layout which you can set in Theme Options > General.
To change background for Wide Layout you need use this code in Theme Options > Custom CSS > Global Custom CSS:
.st-content {
background-image: url("http://artholic.gr/wp-content/uploads/2015/12/canvas.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
2. Go to Static Block section > edit block “look-book-home”.
Regards,
Eva Kemp.
Thank you about your help.
About the Static Block section, where are the settings about that?
Thank you again
Hello,
Open “look-book-home” block http://storage7.static.itmages.com/i/16/0127/h_1453898642_6619699_c9fbc3460d.png and edit the content http://storage9.static.itmages.com/i/16/0127/h_1453898693_8539664_c210522c0b.png . Please clarify what settings you need for static block.
Regards,
Eva Kemp.
Thank you for your help.
I have a last question, if you check the website and zoom in you will notice that if i have the layout settings to Boxed, the content gets on the background and it doesn’t stay in the boxed form. What should i do to solve that?
Hello,
Try to use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.main-header > .container, .boxed .st-container {
width: 930px !important;
}
Regards,
Eva Kemp.
Tagged: background, demo, homepage, issue, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up