Tagged: x
-
AuthorPosts
-
October 2, 2016 at 11:34 am #1199418
Dianne HParticipantPlease look at the blog post page to tell me how I can change the color/opacity of the sidebar text which is under the widget header and all of the posts date text. Thank you.
http://new.landmarkfa.com/our-thoughts/blog/
Thanks.
October 2, 2016 at 11:52 am #1199437
RupokMemberHi there,
Thanks for writing in! It seems you have added the below code which is cuasing this :
.widget, .x-colophon.bottom .x-colophon-content p { color: #ced8da !important; }If you are using this for footer widget then let’s update the code to following :
.x-colophon .widget, .x-colophon.bottom .x-colophon-content p { color: #ced8da !important; }Now it won’t interfere with sidebar widget. If you need to use a different color for the sidebar widget texts, you can use the following selector :
.x-sidebar .widget { color: #000; }Hope this helps.
October 2, 2016 at 12:42 pm #1199485
Dianne HParticipantyes. problem solved. Thanks.
October 2, 2016 at 1:53 pm #1199544
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1199418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
