Hello,
I want to modify a style in base.css file (line 250):
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
border: 2px solid # ff0000;
}
This would be the change I want to make. I enter the code in custom.css and does not modify it. But if I enter the new code in quick css if accepted.
The funny thing is that if I modify the same code in your source file (base.css) nor the modification is performed.
Why does this happen?
Greetings.
Hey set70!
Any CSS style should only go into Quick CSS or custom.css. Not needed to modify base.css. Does you custom.css have the right file permissions? please check and maybe put them to 777 temporarily just to check.
Can you post a link to your website?
Regards,
Andy
Hi Andy,
The custom.css file has permissions 644. The problem was solved in the Quick CSS. I do not understand because the file custom does not change css styles.
Regards,