Title: Portfolio Post
Last modified: August 22, 2016

---

# Portfolio Post

 *  Resolved [jennysjodin](https://wordpress.org/support/users/jennysjodin/)
 * (@jennysjodin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/)
 * Hi,
 * I am using the Pinnacle free theme and have two questions regarding the Portfolio
   Post settings:
    1. How can I add navigation to my portfolio posts without having
   the ‘post title’ activated? 2. Is it possible to change the look of the ‘Portfolio
   Post Bottom Carousel’? I want to remove the “view details” button when hovering.
 * Thanks!

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820899)
 * 1. You would have to code it somewhere else into the single portfolio post template.
   Would need a child theme to override that file.
 * 2. Yeah you can hide the button. Post a link I can pass along the css.
 * Also just FYI the theme now has it’s own support page here: [https://wordpress.org/support/theme/pinnacle](https://wordpress.org/support/theme/pinnacle)
 * Kadence Themes
 *  Thread Starter [jennysjodin](https://wordpress.org/support/users/jennysjodin/)
 * (@jennysjodin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820902)
 * 1. Okey, and how do I do that? create a child theme to override the file?
    Sorry,
   I just have very basic knowledge of wordpress.
 * 2. The site is on my local server so I’m afraid I can’t send you a link to it.
   Could you possibly know how to solve it anyway?
 * Thank you,
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820914)
 * 1. It would require that you know some coding. See child themes here:
    [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * 2. You can try this css:
 *     ```
       #portfolio_carousel_container .portfolio-cell .kad-btn {
       display: none;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [jennysjodin](https://wordpress.org/support/users/jennysjodin/)
 * (@jennysjodin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820945)
 * 1. Okey, it seems complicated to create a child theme so I guess I’ll just have
   to show the portfolio title to get my navigation bar. When I add it tho, it’s
   not visible. I have white as my background color and I assume that’s the default
   color for the navigation.
    How can I change the color of the navigation?
 * 2. Thank you, that worked just fine.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820958)
 * Hey, you can change the navigation color with this:
 *     ```
       .portfolionav a {
       color: #000;
       }
       ```
   
 * And the hover color with this:
 *     ```
       .portfolionav a:hover {
       color: #999;
       }
       ```
   
 * Just paste those in your custom css box.
    And if you want to hide the post title
   you can just put a blank space in the post title box on the edit page. Hope that
   makes sense.
 * Hannah
 *  Thread Starter [jennysjodin](https://wordpress.org/support/users/jennysjodin/)
 * (@jennysjodin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820959)
 * Thank you Hannah!
 *  Thread Starter [jennysjodin](https://wordpress.org/support/users/jennysjodin/)
 * (@jennysjodin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820960)
 * Thanks for the great support.

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

The topic ‘Portfolio Post’ is closed to new replies.

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

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [PORTFOLIO POST](https://wordpress.org/support/topic-tag/portfolio-post/)

 * 7 replies
 * 3 participants
 * Last reply from: [jennysjodin](https://wordpress.org/support/users/jennysjodin/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/portfolio-post-1/#post-5820960)
 * Status: resolved