Hi, I’m using the full screen slider for my homepage and would like my transparency logo to be larger. I tried adding this code that I found on another thread:
.av_header_transparency .logo {
width: 100%;
}
…but and it didn’t work. Thanks in advance for your help, it’s much appreciated!
I just tried
.av_header_transparency .logo {
height: 250px;
width: 250px;
}
And it worked! Thanks!