This topic has 13 replies, 4 voices, and was last updated 8 years, 4 months ago ago by Robert Hall
Hi,
Great work by the way 🙂
Can you help me?
1 – how can i setup the breadcrumbs in Category/product Pages?
2 – how can i edit the language selector letters on top bar?
Thanks.
Nuno Dias
Hello,
1) Navigate to Theme Options->Color Scheme->Breadcrumbs background.
2) You can edit this area in \wp-content\themes\royal\headers\parts\top-bar.php file.
Also we recommend you to make all changes in the Child Theme.
https://codex.wordpress.org/Child_Themes
Regards,
Robert Hall
Hello
Thanks for the answer but i set the breadcrumbs to default and nothing hapens.
http://5.10.105.45/~madredeagua/website/?product=apple-jam&lang=en
Regards
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
Sorry but i can’t find where do i create a new topic.
My question is how can i add background images to colums and make them responsive. Like the cheese image if we make the window smaller.
http://5.10.105.45/~madredeagua/website/
Thanks, regards.
Hello,
You can achieve this via Visual Composer plugin. First add the row then add a single image element there. See screenshot: http://prntscr.com/bxb31i
Regards,
Robert Hall
Thanks for the reply.
But i want to add a image in background. Already did that but the image don’t get responsive.
Regards
Hello,
Please provide WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Hi Jack
The problem is on the home page. Plese notify me when you enter the site.
Thanks
Hi Jack
How can i replace the cart icon?
Regards
Hello,
Please set background size to “cover” http://storage5.static.itmages.com/i/16/0726/h_1469526894_3736440_e7fe90e163.png as I did for the first column. Check it now.
To replace cart icon use this code in Theme Options > Custom CSS > Global Custom CSS:
.cart-bag .ico-sum {
background-color: transparent;
}
.cart-bag .ico-sum::before {
border-color: transparent;
}
.cart-bag {
padding: 18px 15px 15px !important;
background-image: url("http://path_to_your_icon_image");
background-repeat: no-repeat;
}
Regards,
Eva Kemp.
Hi Eva
Thanks for the reply, the icon changed, but not in the same spot.
http://5.10.105.45/~madredeagua/website
Regards
You can try use this code in Global Custom CSS and change position value to yours.
.cart-bag {
background-position: 8px 15px;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up