Jump to content

How to Insert Permanent Message


arche

Recommended Posts

arche

I apologize if this has been asked, couldn't find anything to help me. I would like to know how I can put a permanent message below the tabs for my users like below.

 

5982b83d8e8d8_home_page_w.jpg

 

Not sure if this is possible, but figured I would ask.

 

Thanks in advance.

Link to comment
Share on other sites

Ben Z


.sectionTabs:after {
content: "Text here" !important;
visibility: visible !important;
font-size: 100%;
font-weight: bold; }

 

Edited by Ben Z
  • Like 3
Link to comment
Share on other sites

arche
.sectionTabs:after {
content: "Text here" !important;
visibility: visible !important;
font-size: 100%;
font-weight: bold; }

 

Thank you very much for the response, but excuse my ignorance to this, where would i put this, into which css file or something else, sorry for being dumb on this.

 

Thanks

Link to comment
Share on other sites

Ben Z

Thank you very much for the response, but excuse my ignorance to this, where would i put this, into which css file or something else, sorry for being dumb on this.

 

Thanks

You're not dumb, you just don't know it.

 

Dashboard - settings - branding (copy paste here under Custom css).

  • Like 1
Link to comment
Share on other sites

arche

You're not dumb, you just don't know it.

 

Dashboard - settings - branding (copy paste here under Custom css).

 

Freaking awesome, thank you. This would be nice if it could work across all devices. I like the text messaging option, just wish there was some kind of inbox for the users to check.

 

But thank you again.

Link to comment
Share on other sites

Ben Z

Freaking awesome, thank you. This would be nice if it could work across all devices. I like the text messaging option, just wish there was some kind of inbox for the users to check.

 

But thank you again.

I'll say what @@Luke would say, make a feature request here.

Link to comment
Share on other sites

pikeupe

Hello
Thanks for your help, but if I add the text the other css does not work
Did I miss something
See picture

thank you

 

 

698268Sanstitre.png

Edited by pikeupe
Link to comment
Share on other sites

Ben Z

Hello

Thanks for your help, but if I add the text the other css does not work

Did I miss something

See picture

 

thank you

 

 

698268Sanstitre.png

 

Put the @import url line before everything else at the beginning.

Link to comment
Share on other sites

  • 6 months later...

Hi,

 

Is it possible to have a return line into "content" ?

I try this but not working:

content: 'Information: <br/> toto \n titi \A toto \00000A hi' !important;

Anyone can help me ?

Link to comment
Share on other sites

Hi,

 

Is it possible to have a return line into "content" ?

I try this but not working:

content: 'Information: <br/> toto \n titi \A toto \00000A hi' !important;

Anyone can help me ?

 

Hi, we don't have any settings for this, sorry.

Link to comment
Share on other sites

Hi, we don't have any settings for this, sorry.

 

I have find a solution, add "white-space: pre" and use \A for return lines.

Example:

.sectionTabs:after {
content: '♪ : Permet de changer la langue du film \A CC : Permet de mettre les sous-titres' !important;
visibility: visible !important;
font-size: 100%;
white-space: pre }

Warning: If you put more than two line breaks there may be display problems

Link to comment
Share on other sites

dimmiemedia

I apologize if this has been asked, couldn't find anything to help me. I would like to know how I can put a permanent message below the tabs for my users like below.

 

5982b83d8e8d8_home_page_w.jpg

 

Not sure if this is possible, but figured I would ask.

 

Thanks in advance.

Is it also possible to set messages in the main window ?

Link to comment
Share on other sites

  • 2 months later...

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...