on click the logo the page is redirecting to index page but i want to redirect it to my_dashboard page. I have changed the url path in master pages but there is no change. Can anyone suggest solution for this
you need to change the site url from variable {$siteURL} to http://www.domain.com/dashboard in the master pages of the theme you have: general.html and dndindex.html and also change the styles via Admin Panel or via base.css, like this: .ow_logo_wrap a{
<a href="http://www.domain.com/dashboard"> Site Name</a>
}
Then, clear the cache.