how to change the collective access logo

i've been scrolling through every php and css file looking for the source of the collective access logo in order to replace it with mine. do you have per chance any idea concerning where it is?

Comments

  • edited May 9

    Hi,

    For Pawtucket, this image is: themes/default/assets/pawtucket/graphics/ca_nav_logo300.png

    (or replace default by the name of your theme)

    You can change the name of the file. If you do so, change the file themes/default/views/pageFormat/pageHeader.php at line ~100:

                print caNavLink($this->request, caGetThemeGraphic($this->request, 'ca_nav_logo300.png'), "navbar-brand", "", "","");

Sign In or Register to comment.