Hello Steve,
The pattern png file can be with any color, size or level of transparency. It is basically an image that repeats horizontal and vertically until it fills the width and height of your website. The background of your theme is white, so any transparent parts will show the color beneath the image. Usually the pattern images are not very large in size, so that the page loading is not slower.
If you have problems finding the right pattern for your website I can recommend you to search free patterns on the Internet in sites such as:
http://subtlepatterns.com/
Hope this helps you
Hello,
It is very easy, just go to you nopCommerce administration => Configuration => Stettings => General and Miscellaneous Settings and unclick the Allow customers to select a theme chackbox.
Hope this helps,
NIkola Dragiev
NopTemplatesTeam
Hello,
Customer Registration page and Customer Info page may have the same content, but have different markup and styling. Therefore I'm afraid that the change you require will need modifications to the razor views of the theme.
Thank you for writing us
NIkola Dragiev
NopTemplates.com
Hello Ivan,
Can you send us link to your website if it is public, in order to investigate your problem. Also you say that you have set a min-width property to the mega menu items, but which element you use to select the <li> or the <a>. Please send us screenshots if your website is not published yet, because I find it difficult to reproduce your problem.
Looking forward to your replay,
Hello,
By design the title of the fields has a specified width and is not designed to contain long text.
I'm afraid that what you want will require major changes in the register view of the theme and also changes to the theme styling.
Thanks
Hello,
This is the code you need:
.mega-menu > li:nth-child(7):hover{
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff4242), to #490101));
background: -webkit-linear-gradient(#ff4242, #490101);
background: -moz-linear-gradient(#ff4242, #490101);
background: -ms-linear-gradient(#ff4242, #490101);
background: -o-linear-gradient(#ff4242, #490101);
background: linear-gradient(#ff4242, #490101);
-pie-background: linear-gradient(#ff4242, #490101);
}
Hello,
You can do that by simply using the CSS pseudo-selector ":nth-child" and applying the background property to the .megamenu li you want to change.
If your website is live you can send us link so, i can look at it and provide you with the css code you need to add.
Hope this is useful
Nikola Dragiev
Hello,
Please add this code on your Custom Head styles after the one you already applied:
@media all and (min-width: 240px) and (max-width: 980px) {
.leftside-3,
.center-3 {
float: none;
width: 100%;
}
}
Hi,
Can you send us link yo your website, so we can investigate your problem there, because the code you have sent us looks correct,
NIkola Dragiev
NopTemplatesTeam
Hello,
Matching pictures for your attributes is very easy. When you have created your attribute just click on view/edit values and then when you click on add new value you have a picture option on the bottom, when you can match any of the products pictures for the given attribute.
Hope I'v been useful