Title: Our Work-section, additional options
Last modified: August 31, 2016

---

# Our Work-section, additional options

 *  Resolved [jorenvanveen](https://wordpress.org/support/users/jorenvanveen/)
 * (@jorenvanveen)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/our-work-section-additional-options/)
 * Hey guys,
 * Love the theme!!! My site is beginning to look awesome!
 * Questin though, I want to change the way that the ‘our work’ section looks. Especially
   that the name of the project shows when someone hovers above it, and I would 
   like to make the ‘category-buttons’ above a bit nice.
 * Does anyone know what code I can use to add this?
 * Thanks in advance,
    Joren

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/our-work-section-additional-options/#post-7320381)
 * Dear Joren,
 * > Display the project title on the hover state.
 * I’m afraid it isn’t supported by the theme nor Sydney Portfolio plugin’s core
   at the moment. You might still have chance to achieve it by customizing the portfolio
   loop item content which is defined in the main file of Sydney Portfolio plugin.
 * 1. Open “sydney-portfolio” plugin folder > sydney-portfolio.php file
 * 2. Find [this](https://gist.githubusercontent.com/kharissulistiyo/7ac320eeee08a97e1952/raw/6a7ba8440169e5a9e241f7083a384298fcbcec49/sydney-portfolio.php)
   code block
 * 3. Replace it with [this one](https://gist.githubusercontent.com/kharissulistiyo/84ae3309d8265b6d2d9c/raw/b9724b7e39e388e379aae4150b1f7ef391bb6b56/sydney-portfolio.php)
 * 4. Apply the following CSS code through the Simple Custom CSS plugin
 *     ```
       .project-item a{
       	position: relative;
       	width: 100%;
       	height: 100%;
       	text-align: center;
       }
   
       .portfolio-title{
       	display: none;
       	position: absolute;
       	top: 0;
       	left: 0;
       	width: 100%;
       	text-align: center;
       	color: #fff;
       	z-index: 21;
       }
   
       .roll-project .project-item:hover .portfolio-title{
       	display: inline-block;
       }
       ```
   
 * As you are editing the main plugin’s file, you should take it at your own risk.
   The change you have made will be overridden once the plugin gets updated in the
   future.
 * >  … and I would like to make the ‘category-buttons’ above a bit nice.
 * What do you mean by “a bit nice” here?
 * Try to style it using the following CSS selector:
 *     ```
       .project-filter li {
          /* Style declaration goes here */
       }
       ```
   
 * I hope this reply helps.
 * Regards,
    Kharis
 *  Thread Starter [jorenvanveen](https://wordpress.org/support/users/jorenvanveen/)
 * (@jorenvanveen)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/our-work-section-additional-options/#post-7320495)
 * Dear Kharis,
 * Thanks a lot for you reply! It worked!
 * But I did decide to switch to an ‘easier’ theme, after trying to change some 
   things in the theme. I feel like I am too inexperienced to edit the Sydney-theme,
   while I am also not happy enough with the way the theme looks now.
 * Once again thanks,
    Joren
 *  Thread Starter [jorenvanveen](https://wordpress.org/support/users/jorenvanveen/)
 * (@jorenvanveen)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/our-work-section-additional-options/#post-7320496)
 * P.s. issue is resolved though, I forgot to mark the button!

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

The topic ‘Our Work-section, additional options’ is closed to new replies.

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

## Tags

 * [additional options](https://wordpress.org/support/topic-tag/additional-options/)

 * 3 replies
 * 2 participants
 * Last reply from: [jorenvanveen](https://wordpress.org/support/users/jorenvanveen/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/our-work-section-additional-options/#post-7320496)
 * Status: resolved