logo…
URL to the page in question:
theatreideas.com/testsite
-
Hi Bill,
I’m thinking of moving my blog from the theme it’s on, onto the elite theme. Is it possible however, to make the logo a little larger? It just doesn’t stand out enough for me…Not talking making it huge…but somewhat bigger would be good….
Take a look and let me know what you think!
Micah
Micah,
It is possible to take out the restrictions on the size of the logo. That way the actual dimensions uploaded will be the ones used. Here’s how:
- Go to the Theme Options page and select the Advanced tab.
- Scroll down to the Custom CSS box and paste this:
#logo,
#text-logo {
max-width: none;
}
#logo img {
max-height: none;
}
- Update your settings.
Give that a shot and see if that works out well for you. Let me know if you have any trouble.
Have a great day,
Bill
- The topic ‘logo…’ is closed to new replies.