Hi there,
I tested the plugin and I found just one problem with the color of the search button on hover (because I use the last version of the plugin). Now I have fixed and within few hours it will be up to the last version of the plugin. Please update the plugin and I believe it will be just fine.
If you prefer to add the changes manualy please add the code below in the custom head styles in your theme administration:
.color-neutral .blog-search-box .search-box-button {background-color: #505050;}
.color-neutral .blog-search-box .search-box-button:hover {background-color: #606060;}
.color-neutral .post-relations label::before {background-color: #505050;}
.color-neutral .rich-blog-homepage .read-more, .color-neutral .post-actions .read-more {background-color: #505050;}
This must solve your problems.
@media all and (min-width: 1001px) {
.product-grid .item-box .add-info {
opacity: 1;
position: relative;
height: auto;
}
.product-grid .item-box .product-rating-box {
opacity: 1;
}
.product-grid .item-box .buttons {
opacity:1;
position: relative !important;
}
.product-grid .item-box .buttons a:hover, .product-grid .item-box .buttons input[type="button"]:hover, .product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
height: 32px;
}
.product-grid .prices {
margin-bottom: 10px;
}
}
.nop-jcarousel .jcarousel-item .short-description {
max-height: 30px;
}
.nop-jcarousel .jcarousel-product-name {
max-height: 20px;
}
.block .list a {
border-top: 1px solid #c9c9c9;
display: block;
padding: 9px 10px;
position: relative;
transition: all 0.2s ease-in-out 0s;
}
.block .list a {
padding: 5px 10px;
}
.header-menu .sublist a {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
border-bottom: 1px solid #c9c9c9;
color: #505050;
display: block;
line-height: 14px;
padding: 11px 15px;
...
}
.top-menu > li > .sublist-wrap > ul > li > .sublist-wrap {
max-height: 300px;
overflow: auto;
}
Hi Richard, This is what you can do for for the carousel:
.manufacturers-carousel .item-picture a {
border: medium none;
height: 150px;
position: relative;
}
.item-box .picture {
display: none;
}
.header-menu .sublist-wrap {max-width: 500px;}