*

Bryan Fang

  • ***
  • 29 posts
how do show categories full content under item display at main pages ? and any setting to hide date beside categories?

*

MB Themes

@Bryan Fang
Go to style.css

Find line:
Code: [Select]
.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:
Code: [Select]
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Bryan Fang

  • ***
  • 29 posts
I not really understand. may u step by step explain, sorry for any inconvenience

*

Bryan Fang

  • ***
  • 29 posts
@Bryan Fang
Go to style.css

Find line:
Code: [Select]
.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:
Code: [Select]
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 ?

*

hayat

  • ****
  • 115 posts
@Bryan Fang
Go to style.css

Find line:
Code: [Select]
.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:
Code: [Select]
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

*

MB Themes

@Bryan Fang
If you have no idea what CSS and HTML is, I do not recommend to you to do any custom modifications.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots