Home Self-Service Portal - Community

Custom Logo

So, I was wanting to add our company logo to the top of our Portal, and I found this thread:

https://community.cireson.com/discussion/comment/6727#Comment_6727

I followed the directions from the link (replaced \inetpub\CiresonPortal\CustomSpace\login.png), cycled the Cache Builder and did an IISReset.... and.... nothing.

Are there requirements as to what the file can and cannot be? (Size or dimension restrictions, etc..)

Best Answers

Answers

  • David_AllenDavid_Allen Partner Advanced IT Monkey ✭✭✭
    edited September 2017
    That image is the image displayed at the login page when using forms based authentication.  Are you looking at using an image in the top left of the portal page where the portal name normally is?
  • MorningstarZeroMorningstarZero Member IT Monkey ✭

    Oh, well that explains that.

    Yes, I'm trying to add the logo to the top left of the portal pages where the portal name is

  • MorningstarZeroMorningstarZero Member IT Monkey ✭
    Awesome!  Thank you so much!   Is there a way to get rid of the title all together and have just the image?
  • james_kleinschnitzjames_kleinschnitz Cireson Dev, Product Owner Advanced IT Monkey ✭✭✭
    Add the below to your custom.css as well:
    .navbar-header.headerContent h4 {
    display:none;
    }
  • MorningstarZeroMorningstarZero Member IT Monkey ✭
    Add the below to your custom.css as well:
    .navbar-header.headerContent h4 {
    display:none;
    }
    <br>That unfortunately hides the Image as well as the text.
  • David_AllenDavid_Allen Partner Advanced IT Monkey ✭✭✭
    Rather than hiding it using CSS, you could clear your Application Title.

    Admin Settings -> Setting Items -> Application Title

    Just delete the value you have for Application Title.
  • Conner_WoodConner_Wood Customer Ninja IT Monkey ✭✭✭✭

    I'm trying to add the logo to the top left of the portal pages where the portal name is

    https://community.cireson.com/discussion/1716/custom-logo-on-portal-header
Sign In or Register to comment.