This topic has 35 replies, 4 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
A couple of questions please:
1) Can you tell me why some of my images are not resizing correctly within my shop? http://176.32.230.250/richardtaylordesigns.co.uk/tables/side-tables/
2) Can you explain how to recreate the footer as per your theme example here: http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/full_screen_preview/11024192 – colours of hover links, borders etc
3) How can I amend the hover colour of my breadcrumbs?
Hello,
1. You need disable “Hard Crop” option in Woocommerce > Settings > Products > Display > Product Images and regenerate thumbnails with this plugin https://wordpress.org/plugins/regenerate-thumbnails/ .
2. You can import footer file from theme package > “XML Files” folder > “Footer Variants” folder. Next, go to Tools > Import > WordPress > upload chosen xml file, press “Upload File and import”. Check “Download and import file attachments” and press Submit button.
The footer block will appear in Static Blocks section. You need add Static Block widget into “Footer” area in Appearance > Widgets.
3. Use this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.breadcrumbs a:hover {
color: black;
}
Write color value you want.
Regards,
Eva Kemp.
I’ve disabled Hard Crop for all three options in the product settings and have installed that plugin. But now what? Thanks
Don’t worry, sussed the cropping issue. But on my other question, I can’t find ‘XML Files” folder > “Footer Variants” folder’ I’m afraid 🙁
Sorry, I’ve found this now but could you tell me which footer xml file creates this particular footer: http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/full_screen_preview/11024192 I’d like the same colours too. How to I get this as currently, the xml files I have imported are all white and when I change the background colours, it throws all the text styling out.
Also, how do I change the hover colour of my breadcrumbs please?
Many thanks.
Hello,
As I see you’ve already had footer variants in Static Block.
I’ve selected “Footer variant 1” in Static Block widget in Appearance > Widgets > Footer Area.
Please check now.
Best regards,
Jack Richardson.
Sorry Jack, yes I already knew I had the wrong one selected… it’s more the colour issue that’s the problem. I want to recreate the same colours as on the example link above. So background, fonts, borders etc are the same. But when I change the background colour, it means all the other colours are then incorrect. Can you give me a breakdown of what I need to do to replicate the example above please.
ALSO…
Also, how do I change the hover colour of my breadcrumbs please?
Thanks.
P.S Footer xml 1 that you have selected for me is not the same as on this example theme: http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/full_screen_preview/11024192
Hello,
I’ve added this code in Global Custom CSS:
footer .container .widgettitle, footer .container .twitter-slider-title {
color: #fff;
}
footer .container .widget.widget_tag_cloud .widgettitle {
color: #000 !important;
}
and edited row settings for Footer variant 1 block.
Please check footer now.
Regards,
Eva Kemp.
Thanks Eva, that’s much better. However, I’d like to use the footer without the white section above displaying all the recent and sale products etc. Also, the links don’t seem to have any rollover effect. Lastly, how do I change the hover colour of my breadcrumbs please?
Hello,
I’ve set “Main Footer 3” block in Static Block widget and added this code in Global Custom CSS:
.footer .container a:hover, footer .footer-list li a:hover {
color: #737373 !important;
}
I’ve edited your code in Global Custom CSS (added “!important”):
.breadcrumbs a:hover {color:red !important;}
Check breadcrumbs now.
Regards,
Eva Kemp.
Thanks Eva. Nearly there but I’ve just noticed on the breadcrumbs that the little arrow alongside the text is rolling over to a different colour to the rest. Thanks.
Hello,
Please try this code in Global Custom CSS
.breadcrumbs .back-history:hover:before {
color: red;
}
Regards,
Robert Hall.
Finally, could you tell me how to increase the size of my category boxes, so that all the image displays/resizes and you can see all of the product? Thanks
Try to use the following code in Global Custom CSS
.product-category .categories-mask {
position: relative;
}
Regards,
Robert Hall.
That’s fab! What would I need to do if I wanted to keep the images as they are but maybe just increase the height of the box they are contained in?
And how do I edit the social icons in my footer please? I can’t see where to edit the [social] shortcode?
1) In this case try use this code
.product-category > a img {
margin-bottom: 20px;
}
2) You need edit \themes\classico\framework\shortcodes.php file.
Find this section// ! Share This Product
and you’ll see code below.
Regards,
Robert Hall.
Amazing! And how to I make the links in the footer, in the forth column, the same colour and hover colour as the other links in the footer please?
Oh, and remove the gap below the title and before the custom menu starts please? So it is inline with the other columns?
Finally, can the social icon be moved over to the right anymore? Now I have removed a few icons it’s not pushing over far enough. Thanks
And how can I move my social icons over to the right? Now I have removed a few, they need to be moved over a little, to the edge of the website content
Please use this code in Global Custom CSS.
.menu-social-icons{
float:right;
}
Regards,
Robert Hall.
How do I make the links in the footer, in the forth column, the same colour and hover colour as the other links in the footer please? Oh, and remove the gap below the title and before the custom menu starts please? So it is inline with the other columns?
Try to add the following code
.widget-container.widget_nav_menu li a{
color:#fff;
}
#nav_menu-2{
margin-top: -27px;
}
Regards,
Robert Hall.
Can you tell me why my custom css isn’t working for my breadcrumbs hover colour?
It seems to be now, sorry
Sorry, could you tell me how to amend the wording and link on the ‘Return to shop’ button on this page please http://176.32.230.250/richardtaylordesigns.co.uk/quotelist/? Are you able to give me some custom code to do this please?
Hello,
Please specify: do you want to change the text of the button to something else or change color?
Regards,
Eva Kemp.
I did Eva 🙂 I said “could you tell me how to amend the wording and link”
Thanks.
You must be logged in to reply to this topic.Log in/Sign up