cancel
Showing results for 
Search instead for 
Did you mean: 

How do I add color to this code?

How do I add color to this code?

.navigation {
position: relative;

*,
*:before,
*:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

@Media (min-width: $screen-sm-min) {
.row {
margin-bottom: 20px;
}
}
}

 

3 REPLIES 3

Re: How do I add color to this code?

Hi @stuartyager4437,

 

 

It depends. What element are you trying to get updated?

 


Best regards.
Gabriel

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.

Re: How do I add color to this code?

As Gabriel said, its not exactly clear what you are trying to do. I am guessing if that is the right selector, you don't want it in the "@Media" section. So I am guessing after the "-moz-box-sizing: border-box;" line. But hard to say without knowing what you are trying to do.  Also please note, I am not a CSS guru - I will try, but others probably will have better answers.

Re: How do I add color to this code?

It is the header menu bar. I cannot seem to locate the color and its very frustrating. Even while doing the inspect mode.