• Resolved jennysjodin

    (@jennysjodin)


    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)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    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://www.ads-software.com/support/theme/pinnacle

    Kadence Themes

    Thread Starter jennysjodin

    (@jennysjodin)

    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,

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    1. It would require that you know some coding. See child themes here:
    https://codex.www.ads-software.com/Child_Themes

    2. You can try this css:

    #portfolio_carousel_container .portfolio-cell .kad-btn {
    display: none;
    }

    Kadence Themes

    Thread Starter jennysjodin

    (@jennysjodin)

    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

    (@hannahritner)

    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

    (@jennysjodin)

    Thank you Hannah!

    Thread Starter jennysjodin

    (@jennysjodin)

    Thanks for the great support.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Portfolio Post’ is closed to new replies.