This topic has 10 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Brian Johnson
Hello,
I would like to modify the title of the products displayed in the upsell section by either shortening it or taking it out all together. How do i achieve this?
Regards,
Hello,
Try to use this code in custom.css file:
.slider-container.sidebar-slider-flex .slide-item .product {
width: 200px !important;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello,
I believe you misunderstood my requirement. I only want to show the image, shortened prodduct title and price in the upsell section because the product title on my website are long.
Thanks
Hello,
Im awaiting your response on this topic please.
Thanks
Hello,
Could you please show a screenshot what you want to achieve?
Thank you.
Regards,
Eva Kemp.
To the left is what we have now, to the right is what i want to achieve
I would also like to change the menu font and product title font(as in image) to the same font as the Cart font on the header, do hope you get what i mean.
Thanks in advance
Hello,
Please add this code in custom.css file:
.slider-container.sidebar-slider-flex .slide-item .product .product-name {
display: none;
}
To change font use this code:
.main-nav .menu > li > a, .page-heading h1 {
font-family: Open Sans !important;
}
Regards,
Eva Kemp.
Thanks but still need further modification
First, the menu font didnt change, could i also effect this change on all titles as it appears they all use the same font.
Secondly, instead of having items under Our offers list out as on the left of the below image, can we have it listed as it is on the right?
Hello
Please try this code:
.main-nav .menu a, .title span , .share-title{
font-family: Open Sans !important;color:gold!important;
}
and remove color:gold!important;
. It was added to make you see what elements are changed.
With best regards
Brian Johnson
You may try this code reregarding the second issue:
@media (max-width: 979px) and (min-width: 768px){
.slider-container{width:181px;}}
.slider-container.sidebar-slider-flex .slider-viewport{width:100%!important;margin:0!important;margin:0;}
.slider-container.sidebar-slider-flex .slide-item .product{float:right;width:80px;height:140px;margin:0;margin:2%}
.slider-2684{width:180px!important;display:block;margin:0;height:150px;margin-left:auto;margin-right:auto;}
.slider-container.sidebar-slider-flex .slide-item{width:180px!important;display:block;float:none;}
With best reagrds
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up