Support Forums - Classified Ads Script Osclass

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: slaven on December 03, 2017, 06:17:12 PM

Title: Description of the article on the main.php page in Veronika
Post by: slaven on December 03, 2017, 06:17:12 PM
Is it possible that every new article on the first (main.php) page has a short description such as, for example, articles in the Tatiana theme?
Title: Re: Description of the article on the main.php page in Veronika
Post by: ferry on December 03, 2017, 06:24:47 PM
Yes, you have to modify loop-single.php, loop-single-premium.php and your style.css
Title: Re: Description of the article on the main.php page in Veronika
Post by: slaven on December 03, 2017, 06:27:10 PM
Tnx ! Can you specify which part of the loop-single.php code should be edited?
Title: Re: Description of the article on the main.php page in Veronika
Post by: slaven on December 03, 2017, 06:29:48 PM
Sorry, I found where I need it: just below the code

"<a class =" title "href =" <? Php echo osc_item_url (); ?> "> <? php echo osc_highlight (osc_item_title (), 100);?> </a>"

enter code for a short description! Thank you !!!

Do I need to insert some custom code in style.css to affect the _desc?