Title: Offcanvas Logo
Last modified: February 14, 2023

---

# Offcanvas Logo

 *  Resolved [polsogood](https://wordpress.org/support/users/polsogood/)
 * (@polsogood)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/offcanvas-logo/)
 * Hi everyone!
 * I was wondering if there was a way to set a different logo – than the one on 
   the main header – on the offcanvas menu which automatically shows the main header
   one and only gives the one option to show it or hide it.
 * ![](https://i0.wp.com/lamardemol.com/wp-content/uploads/2023/02/Captura-de-pantalla-
   2023-02-14-a-las-11.14.42.png?resize=145%2C447&ssl=1)
 * Another way would be to set any additional element on top of the menu links. 
   Would anyone happen to know how to do that?
 * I would really appreciate your help. Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Foffcanvas-logo%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/offcanvas-logo/#post-16471558)
 * Hi [@polsogood](https://wordpress.org/support/users/polsogood/),
 * Currently the theme doesn’t have an option for that. But you may be able to achieve
   it with custom CSS that you can add to **Customize** > **Additional CSS**, for
   example:
 *     ```wp-block-code
       .botiga-offcanvas-menu .mobile-header-item .row .col:nth-of-type(1) {
           flex-grow: 12;
           -webkit-box-flex: 12;
           height: 80px;
           background-image: url('https://lamardemol.com/wp-content/uploads/2023/01/la-mar-de-mol-oscuro-sinfondo.png');
           background-size: contain;
           background-repeat: no-repeat;
           background-position: center center;
       }
       ```
   
 *  Thread Starter [polsogood](https://wordpress.org/support/users/polsogood/)
 * (@polsogood)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/offcanvas-logo/#post-16472484)
 * It is amazing! That worked.
 * Would you happen to know what should I put instead of .mobile-header-item for
   it to show on computers as well?
 * Thank you so much for your help!
 *  Thread Starter [polsogood](https://wordpress.org/support/users/polsogood/)
 * (@polsogood)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/offcanvas-logo/#post-16492084)
 * Anyone?
 *  [maaprote](https://wordpress.org/support/users/maaprote/)
 * (@maaprote)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/offcanvas-logo/#post-16492185)
 * Hi [@polsogood](https://wordpress.org/support/users/polsogood/),
 * We sorry for the delay here!
   To have it on the desktop offcanvas too, please 
   try adding this custom CSS code below:
 *     ```wp-block-code
       #masthead .botiga-desktop-offcanvas > .row > .col-12:nth-child(1):before {
           content: '';
           flex-grow: 12;
           -webkit-box-flex: 12;
           height: 80px;
           background-image: url(https://lamardemol.com/wp-content/uploads/2023/01/la-mar-de-mol-oscuro-sinfondo.png);
           background-size: contain;
           background-repeat: no-repeat;
           background-position: center center;
           display: block;
           max-width: 170px;
           margin: 0 auto;
       }
       ```
   
 * We hope this helps!
   Kind Regards,
 * Rodrigo.
 *  Thread Starter [polsogood](https://wordpress.org/support/users/polsogood/)
 * (@polsogood)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/offcanvas-logo/#post-16557394)
 * Hi [@maaprote](https://wordpress.org/support/users/maaprote/)
 * Thank you, it worked!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Offcanvas Logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/botiga/2.4.5/screenshot.png)
 * Botiga
 * [Support Threads](https://wordpress.org/support/theme/botiga/)
 * [Active Topics](https://wordpress.org/support/theme/botiga/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/botiga/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/botiga/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [offcanvas](https://wordpress.org/support/topic-tag/offcanvas/)

 * 5 replies
 * 3 participants
 * Last reply from: [polsogood](https://wordpress.org/support/users/polsogood/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/offcanvas-logo/#post-16557394)
 * Status: resolved