This topic has 8 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Robert Hall
Hi!
When using bullets the font color shows standard gray even id I got the instruction a time back to add it to the custom.css.
So how will I be able to get everything connected to be consistent?
To change text color use this code:
p {
color: black;
}
Thank you.
Regards,
Eva Kemp.
Hello,
Could you please clarify with more details where exactly you want to make changes and show us screenshots?
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
I want to be able to control the Site Font color which does not work as I understand it.
That is including changing the paragraph text (basic text), bulleted text, numbers text etc.
But it does not work.
In the Theme Options meny there is Typography.
Where it says Site Font, for me, this sounds like it is the color on any text besides H1 and up but when I, for an example, did choose #000000 nothing changed from the “standard” grey so I did send in a question about it that it was broken and id you could fix this.
I was surprised that the solution was to add the code:
p {
color: black;
}
to make that happen.
So I added that to style.css
But that only take care of basic text and does not take care of the bulleted text etc.
So I actually ask to get the GUI to work where it says Site Font to work.
I have now excluded the “black” code in customs.css and the text is set to #000000 in Site text color but as you can see it is the standard gray that came with the theme.
Here is the login.
Here is some screen dumps. I rather control the site text color from the GUI…
Regards,
Christian
Hello,
I’ve added the following code in custom.css file. Please check text color now.
body, select, .shopping-cart-widget .cart-summ .items, .products-small .product-item a, .woocommerce-breadcrumb, #breadcrumb, .woocommerce-breadcrumb a, #breadcrumb a, .widget_categories a, .recent-post-mini a, .etheme_widget_recent_comments .comment_link a, .product-categories li ul a, .product_list_widget del .amount, .widget_layered_nav ul li a, .page-numbers li a, .page-numbers li span, .pagination li a, .pagination li span, .single-product-page .images .main-image-slider ul.slides .zoom-link:hover, .quantity .qty, .price .from, .price del, .posted-in a, .tabs .tab-title, .tabs .tab-title-left, .toggle-element .open-this, .shipping_calculator i{
color:#000 !important;
}
Regards,
Robert Hall.
OK, thanks. That is out of my understanding though with all that code that need to be included to cover all alternatives.
Why is not the Site Font color reacting the same way?
Is it not better you also fix this in the next update (v.2.2)?
Regards,
Christian
Hello,
Sorry, for a long delay.
This is a bug in our theme and will be fixed in the next theme update. Right now you can use CSS code that I’ve added above.
Sorry for the inconvenience.
Regards,
Robert Hall.
The forum ‘TheLeader Support Forum’ is closed to new topics and replies.