ravgum
asked 11 years ago

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

1 Answers
DominicStaff
answered 11 years ago

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

Sibi Gauer
replied 10 years ago

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!

Powered by DW Question & Answer Pro