• Hi there! Great theme you have!

    I have two questions regarding icons and portfolio:

    1. how to make some of the icons unclickable (not all of them);
    2. Is it possible to make portfolio carousel a bit faster?

    Link to my site.

    Thank you in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. What icons are you talking about?

    2. only by editing the theme files. I recommend using a child theme so your edits aren’t lost when you update.
    The files in templates/content-singleportfolio.php
    line 92 of the file.

    Kadence Themes

    Thread Starter Jack_Tequila

    (@jack_tequila)

    1. What icons are you talking about?

    The last icon on the right on my page, one with a clock on it (“Radno vrijeme”). Other two are links to other pages, but this one should be unclickable.

    Thank you!

    You can remove the hover effect and make the link a # but you can’t remove it entirely. at-least it’s not an built in option with the free theme.

    So in the theme options > home layout. where you add the icons, just add a # for the link on the third one.
    You can remove the hover effect with this css:

    .home-iconmenu.homeitemcount3 a:hover {
    background: #a0ffc4;
    }
    .home-iconmenu.homeitemcount3 a:hover h4 {
    color: #2cea00;
    }
    Thread Starter Jack_Tequila

    (@jack_tequila)

    Well, I already put # in that field and it just gets me back on homepage (that’s why I want to make icon unclickable), so no help there I guess. I’m fine with hover effect, but thank you anyway.

    P.S. Line 92 is for editing FlexiSlider, as I can see. I want to change Portfolio Carousel speed – maybe line 142?

    Yeah the carousel is 143.

    Kadence Themes

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 questions regarding icons and portfolio’ is closed to new replies.