Title: Theme Options- Layout options missing
Last modified: January 4, 2020

---

# Theme Options- Layout options missing

 *  Resolved [anupalbora](https://wordpress.org/support/users/anupalbora/)
 * (@anupalbora)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/theme-options-layout-options-missing-2/)
 * I am unable to remove the featured image from my POST, I searched in google and
   it was mentioned to be disabled from Theme Options-> Layout options. But my layout
   options is not available.
 * I have seen solutions like active / deactivate plugins, which does not make sense
   to me. Kindly help.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-options-layout-options-missing-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/theme-options-layout-options-missing-2/#post-12293461)
 * Hi, you can use the following CSS in Appearance->Customize->Additional CSS to
   hide it on single post pages
 *     ```
       .single article.post .wp-post-image {
       	display: none;
       }
       ```
   
 *  Thread Starter [anupalbora](https://wordpress.org/support/users/anupalbora/)
 * (@anupalbora)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/theme-options-layout-options-missing-2/#post-12293543)
 * Hi Jarret,
 * It worked, thanks. Is there a link on documentation of CSS used. I will like 
   to increase the width used on the POSTS as well.
 * Thanks Again!!
 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/theme-options-layout-options-missing-2/#post-12293583)
 * Hi, not a list that I know of. I just use Chrome and right click in the browser,
   click Inspect and then look at the code that way and work from there.
 * For the post width, you can do something like the following
 *     ```
       .single article.post {
       	width: 700px;
       }
       ```
   
 * Adjusting the 700px value to your liking.
 *  Thread Starter [anupalbora](https://wordpress.org/support/users/anupalbora/)
 * (@anupalbora)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/theme-options-layout-options-missing-2/#post-12293590)
 * Cool, Jarret. So it look like a bit messy trial and error way, by looking at 
   the underlying code.
 * Thanks again.

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

The topic ‘Theme Options- Layout options missing’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [anupalbora](https://wordpress.org/support/users/anupalbora/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/theme-options-layout-options-missing-2/#post-12293590)
 * Status: resolved