Jump to content

Categories for default


Recommended Posts

richenginner
Posted

Hello i have a problem

How to replace or REMOVE "MIS MEDIOS" from this place or change for specific categories for all users?

image.thumb.png.7853937cd0ddd12b84cfa95c93d67fb4.png

For example:

image.thumb.png.b44b02f5f84419e01110cdd999c9c500.png

how to change NOVELAS MEXICANAS for P: ESTRENOS for example to show for all users for default.
actually show NOVELAS MEXICANAS for all users.

thank you very much!

Happy2Play
Posted

There are other topics on this

assuming My Media is in postion 1.

div.section0 .sectionTitle {display: none;}

As for Latest I guess something like this.  But of course dependent on section you have Latest Media set to.

div.section6 h2 {
    overflow-x: hidden;
    text-indent: -65px;
}

Or edit your language strings lines

\system\dashboard-ui\modules\common\strings\{your set system language file}

"LatestFromLibrary": "Recientes {0}",

to

"LatestFromLibrary": "{0}",

 

  • 3 weeks later...
richenginner
Posted
On 11/18/2024 at 10:06 AM, Happy2Play said:

There are other topics on this

assuming My Media is in postion 1.

div.section0 .sectionTitle {display: none;}

As for Latest I guess something like this.  But of course dependent on section you have Latest Media set to.

div.section6 h2 {
    overflow-x: hidden;
    text-indent: -65px;
}

Or edit your language strings lines

\system\dashboard-ui\modules\common\strings\{your set system language file}

"LatestFromLibrary": "Recientes {0}",

to

"LatestFromLibrary": "{0}",

 

Works for app too?
thank you!

Happy2Play
Posted
13 minutes ago, richenginner said:

Works for app too?

No all custom css and these file edits only apply to the web client.  As every client has their own coding.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...