Title: Remove calendar from dropdown menu
Last modified: August 22, 2016

---

# Remove calendar from dropdown menu

 *  Resolved [fewfewfew](https://wordpress.org/support/users/fewfewfew/)
 * (@fewfewfew)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-calendar-from-dropdown-menu/)
 * This will be my last request today since I have posted 3 different things now!
   Is their any way I can remove the calendar from the dropdown menu and replace
   with maybe a Youtube video or a picture?
 * [http://i62.tinypic.com/14m9w69.jpg](http://i62.tinypic.com/14m9w69.jpg)
 * Hope you can help 🙂

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-calendar-from-dropdown-menu/#post-5944082)
 * Open ‘sidebar-browse.php’ and replace:
 *     ```
       <div class="side-box larger">
           		<h3 class="sidebar-heading"><?php _e( 'Calendar', 'acosmin' ); ?></h3>
                   <div class="sb-content clearfix">
                   	<?php get_calendar(true); ?>
       		</div><!-- END .sb-content -->
       	</div><!-- END .sidebox -->
       ```
   
 * with:
 *     ```
       <div class="side-box larger">
           		<h3 class="sidebar-heading"><?php _e( 'A Title Goes Here', 'acosmin' ); ?></h3>
                   <div class="sb-content clearfix">
                   	 YOUR VIDEO IMAGE CODE GOES HERE
       		</div><!-- END .sb-content -->
       	</div><!-- END .sidebox -->
       ```
   
 * Sorry buy I won’t help you more with this request because it’s a modification
   query…
 * You can use jobs.wordpress.net
 *  Thread Starter [fewfewfew](https://wordpress.org/support/users/fewfewfew/)
 * (@fewfewfew)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-calendar-from-dropdown-menu/#post-5944222)
 * Thank you this worked! 🙂

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

The topic ‘Remove calendar from dropdown menu’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [fewfewfew](https://wordpress.org/support/users/fewfewfew/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/remove-calendar-from-dropdown-menu/#post-5944222)
 * Status: resolved