
Has anyone done this for any external portal header, navbar left image?
so when the user clicks on the image, the home page of the website is displayed?
I know that it cannot be done via .css
yet, css classes control what appears in the header web template.
I am just not getting it figured out and Mr. Google has not shown me any examples of this.
not asking for a complete solution, but a pointer in the right direction if you have it.
I am already bald but if I were not I would pulling my hair out! LOL
.navbar {
background: url("pagebannerleftside.jpg");
background-color:white;
background-position: left;
background-repeat: no-repeat;
height: 110px;
}
I have the same question (0)
Hi urklnme,
Navigate to the Portal App --> Content Snippet --> Search for navbar left --> switch to the HTML section and add the below highlighted code.
Thanks,
Manoj.
Please mark this as VERIFIED if it helps.