Portfolio Post
-
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!
-
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
Kadence Themes
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,
1. It would require that you know some coding. See child themes here:
http://codex.wordpress.org/Child_Themes2. You can try this css:
#portfolio_carousel_container .portfolio-cell .kad-btn { display: none; }Kadence Themes
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.
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
Thank you Hannah!
Thanks for the great support.
The topic ‘Portfolio Post’ is closed to new replies.
