how to change url of logo in wordpress design wall template
PLease let me know
how to change url of header logo. i wanted to give my own URL
The fast and easy way is to change the logo file directly from here: wp-content/themes/dw-page/assets/img/logo.png. The fix size for the logo is 60 x 170px. In case you want to have a bigger logo image, you will need to alter the CSS. Here is the way how to do it:
Step 1 Go to Dashboard > Themes > Editor then select the style.css file
Step 2 Add the following code into the end of the file style.css:
.navbar .brand {
width: 200px !important;
height: 60px !important;
}
Also, you can refer to here: http://cmspioneer.com/designwall/blog/dw-page-faq/
Hope this helps !
Regards,
Dominic
It will be super handy if you implement some fields on dashboard to change from gallery and setting size for those who doesn’t know or don’t have an easy access to upload those files directly, in near future. And a slider/photo feature, it will be awesome!
Please login or Register to submit your answer