This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Dear support team,
I recently purchased the Legenda WP Theme and I found it amazing!
However I have some issues after I installed the Dark Theme regarding the colors and the styling.
I attach here some screenshots:
Here it has these ugly arrows inside the box and the box is white and not grey
Here the styling of the text is black
In the private content I provide you with login details if you would like to take a look at these issues.
Thank you in advance,
Simon
Hello,
Please add this code in custom.css file:
.shopping-cart-widget .widget_shopping_cart_content {
background: #151515;
}
Second menu on “My Account” page is related to Woocommerce. If you want to remove it. Use this css code:
.woocommerce-MyAccount-navigation {
display: none;
}
I don’t see such arrows http://prntscr.com/djv6k8 . What browser are checking in?
Add this code in custom.css file:
.my-account-link .submenu-dropdown ul li a {
color: #fff !important;
}
How to create custom.css you can watch in this tutorial.
Best regards,
Jack Richardson.
Hello,
Thank you for your reply. I followed your instructions and I added the code to custom.css
The code related to WooCommerce worked great! However the other two issues had an incomplete result.
I attach here 2 screenshots with the description of the issues:
In this one the color is ok, but the styling is not like in the demo (height of the text in regard to the arrows and the fonts used here are not the same with the rest of the theme)
In this one the box color and line is white and not grey. The text inside is black and not white.
About the arrows inside the box, I use firefox version 50.0 and the arrows appear only on my website. When I visit the original Legenda theme demo
, these ugly arrows do not appear there. Firefox is a widely used browser and I would like to fix this issue.
Thank you for your help in advance.
With regards,
Simon
Hello,
1. Please use this css code:
.my-account-link .submenu-dropdown ul li:before {
line-height: 20px;
}
.my-account-link .submenu-dropdown ul li a {
font-family: Georgia;
}
2. Add the following css code:
.shopping-cart-widget .widget_shopping_cart_content ul li .media-heading a, .shopping-cart-widget .widget_shopping_cart_content .totals p {
color: #fff;
}
.shopping-cart-widget .widget_shopping_cart_content {
border: 1px solid grey;
}
.shopping-cart-widget .widget_shopping_cart_content ul li {
border-bottom: 1px solid grey;
}
3. As for arrows, please use this css code:
input[type=number] {
-moz-appearance: textfield;
}
Best regards,
Jack Richardson.
Hello mr. Jack,
Your code worked like a charm and fixed all of the above issues!!!
Thank you very much!!!
With regards,
Simon
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Tagged: #legenda, dark theme, issues, persuasive, styling, themes, woocommerce
The issue related to '‘Issues with the dark theme styling of Legenda theme’' has been successfully resolved, and the topic is now closed for further responses