Title: page width post page/opacity posts
Last modified: August 30, 2016

---

# page width post page/opacity posts

 *  Resolved [Stephan Griesel](https://wordpress.org/support/users/sgriesel/)
 * (@sgriesel)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/)
 * First of all, great theme! Thank you so much. Few questions..
 * 1. If I set latest post on front page then the image sizes are bigger than when
   I set the front page a static page and another page the post page. Can I somehow
   set the images to be the same as when the post page to be on another page than
   the front page? Hope that makes sense?
 * 2. The roll over feature is great, just one questions, can I somehow set opacity
   so the image can still be seen in the background when hovering over the post?

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

 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6275929)
 * Hello,
 * 1) You can adjust the width of area under theme customizer
 * 2) Please try to change opacity in the following line: [https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/style.css#L631](https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/style.css#L631)
 *  Thread Starter [Stephan Griesel](https://wordpress.org/support/users/sgriesel/)
 * (@sgriesel)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6275972)
 * Thanks so much.
 * 1.) Manage to sort out the image sizes
 * 2.) I have added the following to custom css but the opacity still the same:
 *     ```
       .site-content.archive .post.hover-effect:hover {
       	opacity: 0.3;
       }
       ```
   
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6275982)
 * Sorry – my mistake, please use the following code:
 *     ```
       .post-preview {
         background: rgba(255, 255, 255, .8);
       }
       ```
   
 *  Thread Starter [Stephan Griesel](https://wordpress.org/support/users/sgriesel/)
 * (@sgriesel)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6275983)
 * Great stuff! Thanks so much.
 *  [aheeboell](https://wordpress.org/support/users/aheeboell/)
 * (@aheeboell)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6276085)
 * regarding rgba(255, 255, 255, 0.8) ..
 * Is there something similar but for hexcolor notation.
    I would like to use #abs5ba,
   where it turns transparent as the mouse hovers over the post picture..
 * Or should I transform the hex color to rgb notation..?
 *  [nyscene](https://wordpress.org/support/users/nyscene/)
 * (@nyscene)
 * [10 years ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6276092)
 * Hi!
 * I have a similar question, is there a way to change the opacity of the image 
   in general (not when hovering over the post?

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

The topic ‘page width post page/opacity posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gk-portfolio/1.5.3/screenshot.
   png)
 * GK Portfolio
 * [Support Threads](https://wordpress.org/support/theme/gk-portfolio/)
 * [Active Topics](https://wordpress.org/support/theme/gk-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gk-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gk-portfolio/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [nyscene](https://wordpress.org/support/users/nyscene/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/page-width-post-pageopacity-posts/#post-6276092)
 * Status: resolved