Home › Forums › Free Themes › WEN Corporate › How do I resize the site logo in the header ?
- This topic has 5 replies, 2 voices, and was last updated 8 years, 10 months ago by wensolutions.
-
AuthorPosts
-
December 29, 2015 at 8:29 am #608dmanfordjParticipant
Hi I am trying to upload a logo but the size that displays is too big is there a way to reduce to size of the logo . And secondly I would like to change the site color to orange instead of blue or chocolate how do I do that. I am using WEN Corporate. Its a very super cool and neat theme.
December 29, 2015 at 10:49 am #610wensolutionsKeymasterHello dmanfordj,
Thank you for your appreciable comment. Before you upload your logo, you have to resize it manually using some image editing tool like Photoshop to your appropriate choice and upload it in your site.
For changing site color to orange you need to do a little CSS hack. You can copy entire existing CSS codes from CSS file e.g. blue.css (/css folder ) to your new CSS file e.g. orange.css and edit all hex color codes to orange.
To know the hex color code for orange check : http://www.w3schools.com/html/html_colorvalues.asp
Then enqueue this new file through functions.php in your new Child Theme. Child theme is a better approach to override your parent theme with your
custom changes.Hope this helps resolving your issue.
Thanks
December 30, 2015 at 10:14 am #623dmanfordjParticipantHi , Thanks a lot for the quick response.
But it appears that no matter what size I specify for the site logo in Photoshop .
The theme seems to give it a certain default size , which is too big for my liking.
Is there a way I can manually insert the size of the site logo.
And can I also make the page with to be 100 % ie I want the slide show width to cover the browser from end to end.
ThanksDecember 30, 2015 at 11:18 am #624wensolutionsKeymasterHello dmanfordj, am sorry to know that you are still having problem with the logo size. Actually, theme does not crop the logo to default size so you need to make sure before uploading it that the logo you are using is not actually too big in size. For e.g if you cropped down the logo size to 100×100 px from Photoshop and upload it through
Customize-> Theme Options -> Header -> Logo
and [Save] , your site should show this actual logo size in header.Going to your next query, to make site full-width you can do it by adding following CSS snippet in your Child Theme’s style.css .
@media (min-width: 1200px) .container { width: 100%; }
Thanks
January 1, 2016 at 6:42 am #633dmanfordjParticipantThanks.
I have been trying to display the Corporate Welcome Widget in the Front Page Widget Area , but it doesnt seem to display at all. Any help ? I have set my default page to Static Front page.
January 2, 2016 at 10:51 am #646wensolutionsKeymasterHi, you are on the right track by setting up one of your page to Static Front page for widgets to work on homepage. But make sure that you have added your required widgets in the correct sidebar available Front Page Widget Area in the Widgets section. Likewise, this applies to Corporate Welcome Widget as well that you are trying use it to show up content on your homepage and should have work.
Let me know if you still have this problem. Also, if possible, kindly post your site URL so that we could debug and provide you the possible solution.
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.