WHERE TO PUT THE CODES CSS CORRECTLY
Hi, I want to make a disscussion about the CSS, because every time I want to introduce the codes to the BETHEME> THEME OPTIONS> CSS and I put the codes, it doesnt work any time. I really want to know How should I put the codes correctly.
One example of this, is when I want to justify the text, I put de code in the betheme, but it doesnt happen nothing, and when I want to change the color of my countdown, I put :
.mcc-countdown .number{
color:gold !important;
}
But is not workink, please help to know how to put the codes correctly and most important where.
Thanks.
Comments
Well, the place where you put your code is correct, but the code isn't.
You need to create more precise CSS target while writing your code.
Please, be familiar with this topic:
thanks