Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1102092
    nepalipankaj
    Participant

    I am using icon stack. I want to change the font colors of meta tags separately (date meta separate and category meta separate color). I tried changing color of date meta tag using

    
    .entry-date {
        color: ##F53E05 ;
    }
    

    I even used !important tag. But nothing happened. My website detail is available below. Thank you in advance :).

    #1102095
    Rahul
    Moderator

    Hey There,
    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
    – Link to your site
    – WordPress Admin username / password
    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
    Thanks.

    #1102096
    nepalipankaj
    Participant
    This reply has been marked as private.
    #1102119
    nepalipankaj
    Participant
    This reply has been marked as private.
    #1102141
    Thai
    Moderator

    Hi There,

    Please find and remove //meta change in your custom CSS:

    http://i.imgur.com/ZcyEVbL.png

    Hope it helps πŸ™‚

    #1102163
    nepalipankaj
    Participant

    I did it but everything is still the same.

    #1102197
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    time.entry-date {
        color: #26e8e8 !important;
    }
    .p-meta span:last-child a {
        color: #00ff72 !important;
    }

    Let us know how this goes!

    #1102225
    nepalipankaj
    Participant

    This code changes the color of category meta only. I want to control the colors of meta separately. How can i change the color of date meta now?

    #1102517
    Nabeel A
    Moderator

    Hi again,

    In the above code this line of code should change the color of the date meta:

    time.entry-date {
        color: #26e8e8 !important;
    }

    I see it’s not been added or applied to the date meta. Please add the above code to change the color of the date meta.

    Let us know how this goes!

    #1103340
    nepalipankaj
    Participant

    The code i have added is

    
    //meta color change
    time.entry-date {
        color: #fafafa !important;
    }
    .p-meta span:last-child a {
        color: #00ff72 !important;
    }
    

    I have tried changing the color values for class time.entry-date but still the result is same!

    #1103358
    Thai
    Moderator

    Hi There,

    Please note that this comment will cause the syntax error in your custom CSS(I already removed it):

    //meta color change

    Try with this instead:

    /* meta color change */

    Cheers!

    #1104647
    nepalipankaj
    Participant

    Thank you for your awesome support πŸ™‚

    #1104896
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1102092 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>