This topic has 11 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi,
I’ve searched on the forum but couldn’t find the working solution for these issues:
1. On single product page: when I click on an image, it pops up nicely. But I cannot navigate to the other images. Lightbox is disabled in Woopress settings and in WooCommerce settings. Tries several settings and solutions.
https://dl.dropboxusercontent.com/u/3502821/images%20single%20product%20page.jpg
2. In the menu I would like to have the words displayed as I typed them in the categories section: first character is capital, other characters are lowercase. I tries custom css from forum but that makes all characters in the menu lowercase.
3.How can I remove the grey lines around the menu items? I use header 8.
https://dl.dropboxusercontent.com/u/3502821/header%208%20grey%20lines.jpg
4.How can I get the “zoom” effect on the 3 banners below rev slider on homepage, it is a pretty cool effect on the demo but I don’t get it to work on my site.
https://dl.dropboxusercontent.com/u/3502821/banners.jpg
I’m working on local server.
Thanks,
Jan
one more 🙂
5. How can I change the color of the text inside the breadcrumb? I found some css to adjust the color of the product title but that doesn’t effect the color of the categories and “return to previous page”.
https://dl.dropboxusercontent.com/u/3502821/text%20color.jpg
1.Sorry for inconviniencce this option is not avalible in our theme now and this will be fixed in next update.
2-3.Please add this code into the cusrom.css:
.menu > li > a{text-transform:lowercase;border:none;}
.menu > li > a:first-letter{text-transform:uppercase}
4.Please add banner-style12
class to the Visual composer banner settings in field “extra class”.
With best regards
Brian Johnson
5.Please add this code to the custom.css:
.woocommerce-breadcrumb a:hover{color:green!important}
.woocommerce-breadcrumb a{color:green!important}
.woocommerce-breadcrumb {color:blue!important}
With best regards
Brian Johnson
Hi,
2. Can it also work for submenu words?
3. grey lines are still there
5. Only a few words change of color, the product name, the little diagonal lines between the words and “previous…” remain white.
https://dl.dropboxusercontent.com/u/3502821/text%20color%202.jpg
thanks!
Hello,
2. Please use this code in custom.css file:
.menu .nav-sublist-dropdown ul > li > a {text-transform:lowercase;}
.menu .nav-sublist-dropdown ul > li > a:first-letter{text-transform:uppercase}
3. Please add this code:
.menu > li > a {
border: none !important;
}
5. Try to add this code:
.breadcrumbs {
color: black !important;
}
.bc-type-3 a, .bc-type-4 a, .bc-type-5 a, .bc-type-6 a, .bc-type-3 .delimeter, .bc-type-4 .delimeter, .bc-type-5 .delimeter, .bc-type-6 .delimeter, .bc-type-3 .back-history::before, .bc-type-4 .back-history::before, .bc-type-5 .back-history::before, .bc-type-6 .back-history::before {
color: black !important;
}
Thank you.
Regards,
Eva Kemp.
Hi,
3. still a bit of grey lines 🙂 see screenshot: https://dl.dropboxusercontent.com/u/3502821/header%208%20grey%20lines%202.jpg
4. that doesn’t seem to do the trick.
Thanks!
Jan
Hello,
3. Try to use this code:
.menu-wrapper {border: none !important;}
4. Please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
4. I’m on local server. Screenshot of banner settings: https://dl.dropboxusercontent.com/u/3502821/banners2.jpg
4. No idea what happened, but suddenly it works 🙂
Hello,
We’re glad to hear it.
If you have any questions feel free to contact us.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up