Style Auth0's universal login header for small screen sizes? - auth0

Is it possible the style the header of the universal login page with Auth0?
On mobile I'm seeing a salmon pink color

Under the "Hosted Pages" menu link at manage.auth0.com you can customise the HTML of the page. I've written some CSS in a style tag in the document head but you could also also link to an external stylesheet.

Related

Find picture url

I am developing in shopify and want to add the background image below but can't find the url link for it. I know you can find it in Settings -> Files. But I need the actual picture url online to then upload it.
This section is being controlled from theme customization.
Go into customize theme, sections and there you will see option to change backgroud image.

Can I remove the title/border of an app in Rally?

I recently found that one of the custom apps I can add to my Rally homepage is a custom HTML app.
This will be really useful to me, since I can use some HTML (Bootstrap) headers to separate apps on my page and make it more organized.
I got the custom HTML to show properly (and I currently have a header/divider) however, it is showing the grey title bar just like any other app would.
Is it possible to hide this when using the HTML app, so just the HTML output shows?
(If anyone is familiar with apps in Sharepoint, it's called a "Chrome" and you can hide the chrome/title so just the content shows.
I don't think there's any built-in chrome to the apps themselves... Can you show a screenshot? Are you following the general formula to embedding apps presented in this guide?
https://help.rallydev.com/apps/2.1/doc/#!/guide/embedding_apps

Customizing new Facebook Page Plugin CSS?

Is customizing new Facebook Page Plugin CSS even possible? I wan't to remove black border around facebook profile photo. I have tried with jQuery, but without success.
Thanks!
Changing the appearance of Social Plugins in any way (except for the official settings) is not possible and not allowed.
For example:
13.4 Don’t obscure or cover elements of social plugins.
Source: https://developers.facebook.com/policy/

When debugging, the login and register page layout appears white without the original template settings

I've been using the Ajax Toolkit and when my start page (the login page) loads, it appears white, without the original template settings. It is the same on other pages, like the register page, where the color set and layout have been removed.
Does it have anything to do with the Ajax toolkit?

How to customize my own Facebook Login button?

When the user loads the page in their browser, the JavaScript SDK renders the Login Button on your page
What if I don't want to use their button?
How to customize my own Facebook Login button?
You should be able to override the CSS. Try using Firebug or the equivalent tool ("Inspect Element") in other browsers to see how it's done. The button is on your site, thus your CSS is taken into consideration. If you make it more specific than the CSS from Facebook, your CSS will take precedence. For example: include the class name or id of an outer element.