Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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 bars

    Store 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 Price

    There’s more these are the main ones.

    • This topic was modified 9 years, 7 months ago by voice903fm. Reason: typo
    #409802

    Hi 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!
    Yigit

    #410081

    Ok, 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?

    #410185

    Hi!

    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!
    Yigit

    #410548

    Ok 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, 7 months ago by voice903fm.
    #411365

    Hi!

    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,
    Ismael

    #411541
    This reply has been marked as private.
    #411963

    Hey!

    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!
    Ismael

    #413331

    Hi 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.

    #414587

    Hi!

    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,
    Andy

    #415018

    That did it! Close this thread.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Annoying Grey Color – Where to change?’ is closed to new replies.