Splunk Search

how can I change the size of the appLogo area? I would like to add a bigger Logo that is not cut in half.

arozar
Explorer

I would like to use a bigger image than 156X43, how can I adjust the size of the top bar area?

Tags (2)
0 Karma
1 Solution

arozar
Explorer

Found it, just in case someone else runs into this. I'm still looking to change the menu font color. If anyone knows how this is done.

.splMenu-primary ul div.outerMenuWrapper {
height: 80px;
width: 500px;
}
.splMenu a {
display: block;
padding: 5px 10px;
height: 80px;
width: 500px;
text-decoration: none;
overflow: visible;
white-space: nowrap;
}

.appLogo {
height: 80px;
width: 500px;
float: left;
background-image: url(vSensor|itech|Logo.png);
_background-image: url(vSensor|itech|Logo.png); /* for IE6 */
background-repeat: no-repeat;
}

.appHeaderWrapper h1 {
color: #000000;
display:none;
}

.appHeaderWrapper {
background-color: #FFFFFF;
background-image: none;
border-bottom-style: solid;
border-bottom-width: 0px;
}

View solution in original post

0 Karma

arozar
Explorer

Found it, just in case someone else runs into this. I'm still looking to change the menu font color. If anyone knows how this is done.

.splMenu-primary ul div.outerMenuWrapper {
height: 80px;
width: 500px;
}
.splMenu a {
display: block;
padding: 5px 10px;
height: 80px;
width: 500px;
text-decoration: none;
overflow: visible;
white-space: nowrap;
}

.appLogo {
height: 80px;
width: 500px;
float: left;
background-image: url(vSensor|itech|Logo.png);
_background-image: url(vSensor|itech|Logo.png); /* for IE6 */
background-repeat: no-repeat;
}

.appHeaderWrapper h1 {
color: #000000;
display:none;
}

.appHeaderWrapper {
background-color: #FFFFFF;
background-image: none;
border-bottom-style: solid;
border-bottom-width: 0px;
}

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...