Hi,
Please, tell me how to connect my css file?
I created my css file style.css (template/market/css/style.css), added a line
$doc = JFactory::getDocument();
$baseUrl = JUri::base();
$doc->addStyleSheet($baseUrl.'templates/'.$this->template.'/css/style.css');
to file index.php. The file was connected, but the styles did not apply. The styles were applied only after adding !important in each line style.css
Thaks You.
My English is bad so I can not find on the forum the answer.