I’d like to change the "Small Logo" size on my pages. Where and how can I change the dimensions of what will display on each page?
Thank you
Hi,
To change the "Small Logo" size in the DW focus theme, you can add the following code to the stye.css file:
#colophon #site-info .small-logo {
height: ..px;
width: ..px;
}
Hope this helps !
It’s actually the regular logo – sorry.
Anyhow I added this code to the stye.css file – but no luck
/*
Theme Name: DW Focus
Theme URI: http://www.designwall.com/wordpress-theme/dw-focus
Author: the DesignWall team
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.1.0
License: GNU General Public License
License URI: license.txt
colophon #site-info .logo {
height: 230px;
width: 230px;
}
*/
You can add the following code to the style.css file:
/*
Theme Name: DW Focus
Theme URI: http://www.designwall.com/wordpress-theme/dw-focus
Author: the DesignWall team
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.1.0
License: GNU General Public License
License URI: license.txt
*/
colophon #site-info .small-logo{
height: 230px;
width: 230px;
}
Regards,
Please login or Register to submit your answer
replied 10 years ago
I have website http://zedaa.net/results-date/ap-eamcet-results-2015-apeamcet-org/ which is on WordPress and looking to change my logo size which is currently small in size and am using thesis theme.
replied 10 years ago
After changing your logo image (e.g: 450 x 90px), you can add the following code to the style.css file:
Hope this helps !
replied 10 years ago
Tried this too – didn’t work