Thanks for you reply Hristo-Ive added the code to the Custom Head Styles panel. It doesn't make any change to the display-the SKU is still not showing.
Hi,
in the catalog settings "Show SKU on catalog pages" is set to True.
However SKU only shows on the product page, not the catalog page.
Is there a fix for this?
Thanks
Hi-
When ive loaded our site a few times recently, I have heard music.Is this the normal behaviour on loading Emporium?
i have solved this by turning off the Product Review Tab in the TAb settings of the Quick Tab plugin
hi-
when we load a product page, the view jumps to the bottom part of the page and we get a view of a blank review tab with a close button and then we have to scroll up to the product.
Is there a way to prevent this happening?
Thanks
NOP v4.5
the title and countdown timer are not showing.
Suggestions?
Thanks
thanks. it is working with the addition of the important! tag
I have added code to the Custom Head Styles of the template
.fns-rfq-buttons input {
background-color: #82ab40;
background-position: left center;
background-repeat: no-repeat;
border: medium none;
color: #fff;
display: block;
font-size: 18px;
padding: 12px 15px 12px 15px;
text-align: center;
display: inline-block;
width: auto;
to change the styling of the request for quote button, but there has been no change.
Is there something else that I need to do? I have set css bundling and minification to on.
Would you know why the following code placed in the Custom Head Styles section has no effect on the foxnetsoft Request for Quote plugin that i have installed?
.fns-rfq-buttons input {
background-color: #82ab40;
background-position: left center;
background-repeat: no-repeat;
border: medium none;
color: #f7ffff;
display: block;
font-size: 18px;
padding: 12px 15px 12px 15px;
text-align: center;
display: inline-block;
width: auto;
}
Thank You for that.