Overwrite default.css Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Overwrite default.css Tagged: default.css This topic has 3 replies, 3 voices, and was last updated 9 years, 9 months ago by Raghavendra. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 7, 2014 at 10:39 am #5074 simhem74Member Hi, How can I overwrite the default.css I want to add/change in: .image-info, .team-member .team-member-hover { background: #DC4637; background: rgba(24,17,245,0.8); } Do I need to add another child css for the default.css? March 7, 2014 at 10:50 am #5076 simhem74Member I tested with a child @import url(“../extinct/css/skins/default.css”) but it does not work. March 10, 2014 at 3:54 am #5094 NexusModerator You just have to put the code into custom css in the theme options. If that doesn’t work try the below one .image-info, .team-member .team-member-hover { background: rgba(24,17,245,0.8) !important; } Adding to custom css makes sure that the code remains even after you update the theme files. Hope that helps. Thanks! March 10, 2014 at 4:44 am #5103 RaghavendraModerator Pls see some related discussion here on how to handle these cases in WordPress. You are better off creating a new CSS file as suggested there. https://www.livemeshthemes.com/support/forums/topic/child-theme-css-overrides/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Extinct Theme Support’ is closed to new topics and replies.