Hello,
You can do that with the multistore functionality of the theme plugin. Just set the store you want to change from the dropdown and click the checkbox on Custom Head Styles that you want to overwrite it. Then simply add the CSS code:
.header-menu>ul {
font-family: Verdana;
}
Hello Oakstone,
Would it be possible for you to submit a ticket about this issue from My Account / New Ticket. This way it would be easier for me to send you the file you need to replace, because in the forums I'm not able to send files.
Hello,
The issue has been fixed now for version 3.5. If you are using this version you can update your plugin and this functionality will work. Here is a video on how to update a Nop Templates Theme.
If you are using older versions of nopCommerce I will provide you with the css code that will resolve this issue.
Hello Ella,
Those are all possible things to achieve, but require major customizations to the razor view files (.cshtml) and the javascript of the theme.
Hello,
Since all of our themes are responsive and need to display properly on mobile devices there is no exact height of the sliders. The image is set to take percentage of the width of the page and the height is proportional to the size of the picture you have uploaded. We can give you a custom CSS code which can set an exact size of the sliders, but I don't recommend you to do so, because your site will not display properly on mobile devices.
Hello Ela,
I'm afraid that there is no other way to unsubscribe the news letter in nopCommerce, other then the one you mentioned.
Hello Ella,
If you update your nopCommerce to a newer version the CSS code added to your Custom Head Styles textbox in your theme's plugin will not be lost. So you will have no problem upgrading. But just in case if you ever run in to problem and have to re-install your theme's plugin, I recommend that you keep a backup of that code somewhere.
Hello Ella,
To remove the PDF Invoice button you simply have to go to your theme's plugin Custom Head Styles textfield and paste this code:
.order-details-page .page-title .pdf-order-button{
display: none;
}
Hello,
You can change the already defined presets.
To do that you just have to follow a fiew steps.
First you have to locate the style.css file in your Themes / Tiffany / Content / CSS folder in your nopCommerce installation. There you will find in the beginning of the code a commented COLOR SCHEMES heading. Below there are lists of grouped selectors starting with .color-sugar or .color-dove with background values of HEX color code(e.g. #ab9683), which you can change with the one you want to display.
After that you just have to select the color preset from the administration / Plugins / Tiffany Theme / Settings.