Tagged: x
-
AuthorPosts
-
July 25, 2016 at 11:22 am #1102092
nepalipankajParticipantI 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 :).
July 25, 2016 at 11:23 am #1102095
RahulModeratorHey 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.July 25, 2016 at 11:24 am #1102096
nepalipankajParticipantThis reply has been marked as private.July 25, 2016 at 11:33 am #1102119
nepalipankajParticipantThis reply has been marked as private.July 25, 2016 at 11:44 am #1102141
ThaiModeratorHi There,
Please find and remove
//meta changein your custom CSS:http://i.imgur.com/ZcyEVbL.png
Hope it helps π
July 25, 2016 at 11:55 am #1102163
nepalipankajParticipantI did it but everything is still the same.
July 25, 2016 at 12:18 pm #1102197
Nabeel AModeratorHi 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!
July 25, 2016 at 12:44 pm #1102225
nepalipankajParticipantThis 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?
July 25, 2016 at 4:16 pm #1102517
Nabeel AModeratorHi 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!
July 26, 2016 at 7:38 am #1103340
nepalipankajParticipantThe 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!
July 26, 2016 at 7:51 am #1103358
ThaiModeratorHi There,
Please note that this comment will cause the syntax error in your custom CSS(I already removed it):
//meta color changeTry with this instead:
/* meta color change */Cheers!
July 27, 2016 at 12:58 am #1104647
nepalipankajParticipantThank you for your awesome support π
July 27, 2016 at 5:44 am #1104896
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1102092 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
