Title: Help Needed cosimo theme
Last modified: September 1, 2016

---

# Help Needed cosimo theme

 *  [joshjc14](https://wordpress.org/support/users/joshjc14/)
 * (@joshjc14)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/help-needed-cosimo-theme/)
 * Hi,
 * Basically i’m quite new to this, and trying to figure out from reading posts 
   on here and trying to help myself along, however i’ve come across a couple of
   things that I can’t work out.
 * At the moment the things below are driving me insane so any help would be appreciated.
 * My site is : [http://www.joshcockcroft.com](http://www.joshcockcroft.com)
 * 1. Im trying to remove the menu bar from the static page, i’ve tried so many 
   different bits of code, btu understand its dependent on what theme, and I cant
   seem to figure it out.
 * 2. The text box on the static page again, including the header of the box I want
   to get rid of, or just make transparent if this is easier, either way I just 
   want the static page to be the main background picture.
 * 3. I want the main post box on the ‘read’ page to be slightly transparent, im
   guessing I can do this from working out number 2 though of my problems.
 * Any help would be much appreciated at this point, as im just not sure were to
   go from this point.
 * Thanks,

Viewing 1 replies (of 1 total)

 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/help-needed-cosimo-theme/#post-7604861)
 * Hi Josh,
 * You can achieve what you’re by adding following custom CSS in your child theme’s
   stylesheet, or using a plugin like [Advanced CSS Editor](https://wordpress.org/plugins/advanced-css-editor/),
   for the sake of simplicity:
 *     ```
       .page-id-37 .whiteSpace, .theCosimoSingle-box, .site-main .post-navigation, .comments-area, #disqus_thread, header{
           display:none;
       }
       body.blog .cosimo-back, body.archive .cosimo-back, body.search .cosimo-back{
           opacity: 0.8;
       }
       ```
   
 * Hope it helps.
 * Also, it’s worth noting that you don’t have to add Theme Name in your thread’s
   title. Post your question in the correct sub-forum and it should be added automatically,
   as you can see 🙂

Viewing 1 replies (of 1 total)

The topic ‘Help Needed cosimo theme’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/help-needed-cosimo-theme/#post-7604861)
 * Status: not resolved