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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...