Child Theme will not override my Parent theme

Hello, and thanks for so a great Theme.

I just activate my child theme and start to play with the css. My Problem is that will just work if i put !important I know I´m doing something wrong but I don´t have any clue why is not working right.

I will appreciated if some one can help me. :)

Bye

/*
Theme Name: Betheme Child
Author: Muffin group
Description: Child Theme for Betheme - Premium WordPress Theme
Template: betheme
Version: 1
*/

@import url("../betheme/style.css");




/* Theme customization starts here
-------------------------------------------------------------- */

.custom-css-class { display:block;}

#Top_bar, .header-stack #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu {
background-color: #7e0016 !important;
}

#Top_bar .menu > li > a span:not(.description) {
display: block;
line-height: 60px;
padding: 0 20px;
white-space: nowrap;
border-right-width: 3px !Important;
border-style: solid;
}

Comments

Sign In or Register to comment.