Pro / Renew > where do i find _brand.php?

i want to have a random logo - i work with pro child (renew) and need to know where i find that _brand.php file for modification like in this forum entry (at the very bottom):

<?php echo ( $logo == '' ) ? $site_name : $site_logo; ?>

old forum article

thank you!

Hello @pullober,

Thanks for asking. :slight_smile:

You can find _brand.php file under /wp-content/themes/pro/framework/legacy/cranium/headers/views/global/. Before making any changes I suggest you to please setup child theme and place the file in the same order inside child theme. You may need to create additional child folder in the same hierarchy. To setup child theme you can take a look at following resources:

https://theme.co/apex/child-themes

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.