You can try these settings, and play around with the size. There should also be a height setting, but that is usually set to the same height as the site panel, so changing that would require more adjustment. to other elements. Add it to the custom css for the theme in the admin panel.
.ow_logo {
background-size: 100% 100%;
width: 100px;
}
You can try these settings, and play around with the size. There should also be a height setting, but that is usually set to the same height as the site panel, so changing that would require more adjustment. to other elements. Add it to the custom css for the theme in the admin panel.
.ow_logo {
background-size: 100% 100%;
width: 100px;
}
i think if you know to make the logo bigger then you know how to hide the logo or make it smaller to because the tools are there and very easy change.....anyways maybe someone want to tell how to do...i do not know how to do it...
I'm guessing you are referring to the Oxwall attribution link in the bottom right? I'll have to look when I get home.
Here's some custom css to achieve this. Just copy, and paste it into the themes custom css in the admin panel. The sizes listed are the current size.
.ow_footer div a img[src*="powered-by-oxwall.png"] {
height: 14px;
width: 128px;
}
Here's some custom css to achieve this. Just copy, and paste it into the themes custom css in the admin panel. The sizes listed are the current size.
.ow_footer div a img[src*="powered-by-oxwall.png"] {
height: 14px;
width: 128px;
}