-
AuthorPosts
-
March 10, 2015 at 6:23 pm #408993
Where is the settings to change the GREY color fonts located? I would like for them to be BOLD BLACK instead.
It’s appearing inside the following locations.
Home Page:
1) Inside the SEARCH box
2) Comment Count & Post Date for Blogs
3) Product Price in side barsStore Page:
1) Inside the product SEARCH box
2) Shopping Cart Qty and Price
3) Product category (counts)
4) Pagination data 1 of 2 et…..News Page:
1) Choices in News Masonry menu
2) Post Date for Blogs
3) Side Bar Top Rated Product PriceThere’s more these are the main ones.
- This topic was modified 9 years, 8 months ago by voice903fm. Reason: typo
March 11, 2015 at 1:15 pm #409802Hi voice903fm!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading>*, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a, .main_color .av-sort-by-term a, .main_color .av-magazine-time, .main_color .av-magazine .av-magazine-entry-icon, .main_color .av-catalogue-content, .main_color .wp-playlist-item-length,.sidebar span.amount,#top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select { color: orange; }
Cheers!
YigitMarch 11, 2015 at 8:36 pm #410081Ok, I did that and nothing changed at all. I’ve dumped my Cache files tried another pc and still all the grays are still there.
I copied the entire text above into my Quick CSS box. Was I supposed to do something to that code like add the BLACK color codes somewhere or what?
March 11, 2015 at 11:32 pm #410185Hi!
That should have worked. Can you please try adding !important rule and check if that helps
.main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading>*, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a, .main_color .av-sort-by-term a, .main_color .av-magazine-time, .main_color .av-magazine .av-magazine-entry-icon, .main_color .av-catalogue-content, .main_color .wp-playlist-item-length,.sidebar span.amount,#top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select { color: orange!important; }
Cheers!
YigitMarch 12, 2015 at 4:27 pm #410548Ok I replaced the first code with the 2nd one and the only thing it changed was the comment counts and dates to ORANGE (I change the word ORANGE to my theme red font color.). All of the other GREY items are the still GREY.
- This reply was modified 9 years, 8 months ago by voice903fm.
March 14, 2015 at 3:25 am #411365Hi!
Go to the Enfold > General Styling panel then browser through the different areas of the site (Logo Area, Main Content etc). Replace all GREY color with the color that you want.
Regards,
IsmaelMarch 14, 2015 at 6:47 pm #411541This reply has been marked as private.March 16, 2015 at 9:31 am #411963Hey!
Add this to the Quick CSS field:
.main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading>*, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a, .main_color .av-sort-by-term a, .main_color .av-magazine-time, .main_color .av-magazine .av-magazine-entry-icon, .main_color .av-catalogue-content, .main_color .wp-playlist-item-length { color: #000000; }
Use this one for the search text:
::-webkit-input-placeholder { color: #000000; } :-moz-placeholder { color: #000000; } ::-moz-placeholder { color: #000000; } :-ms-input-placeholder { color: #000000; }
Cheers!
IsmaelMarch 18, 2015 at 3:25 am #413331Hi Ismael, Thanks. The first code did the job for most of the grey. The shopping cart items are still showing GREY.
Add 2 items to the cart then VIEW CART.
Some of the prices are GREY.
The QUANTITY count is GREY.
The PLUS & MINUS is GREY
The words SHIPPING & HANDLING and the S/h price is GREY.ALSO the second code did not work for the search box. The word SEARCH is still GREY.
March 19, 2015 at 4:31 pm #414587Hi!
input.minus, input.plus { color: black !important; } tr.shipping { color: black !important; } input.input-text.qty.text { color: black !important; }
For the search field try to add an !important into Ismael’s code:
::-webkit-input-placeholder { color: #000000 !important; } :-moz-placeholder { color: #000000 !important; } ::-moz-placeholder { color: #000000 !important; } :-ms-input-placeholder { color: #000000 !important; }
Hope that works. Let us know when you need some more help.
Best regards,
AndyMarch 20, 2015 at 5:21 am #415018That did it! Close this thread.
-
AuthorPosts
- The topic ‘Annoying Grey Color – Where to change?’ is closed to new replies.