Support Forums - Classified Ads Script Osclass
Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: Bryan Fang on April 05, 2016, 09:05:34 AM
-
how do show categories full content under item display at main pages ? and any setting to hide date beside categories?
-
@Bryan Fang
Go to style.css
Find line:
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;
-
I not really understand. may u step by step explain, sorry for any inconvenience
-
@Bryan Fang
Go to style.css
Find line:
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;
I cant get you, could u explain step by step ?
-
@Bryan Fang
Go to style.css
Find line:
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;
I cant get you, could u explain step by step ?
in yellow square remove that line fro style.css , not the whole line but just this line only
-
@Bryan Fang
If you have no idea what CSS and HTML is, I do not recommend to you to do any custom modifications.