Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there johnkgibson,

    How are you doing today?

    This is definitely possible but it will require making changes in theme template files.

    The file you’re looking for is header.php which is located in /wp-content/themes/pinnacle/templates/header.php (Ideally you’d want to create a child theme, then make a copy of the same file there and make changes in your child theme so you can avoid losing this once you update the theme.)

    Please note that there is a file with the same name in the root folder of the theme, this is not the one you’re looking for.

    Once you got it replace the code inside that file with this one http://pastebin.com/wW01bfSE.

    This will effectively add the CTA on all pages right below your header, this will include home page as well so you’ll have two of those there. To remove the new one it from your home page please try adding the following CSS code to Appearance -> Theme Options -> Custom CSS:

    .home .catholder {
    display: none;
    }

    Hope this helps 🙂

    Cheers,
    Bojan

    Hey johnkgibson,
    Bojan is correct in that you would need to use a child theme. I just want to make the point to say that there is a built in option for this in the premium theme.

    Let me know if you have further questions.

    Kadence Themes

    Hey Kadence Themes,

    I apologize for this one, didn’t realize there is an option in the premium version for this, was simply trying to offer a solution 🙂

    Have a great day!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call to action on all pages’ is closed to new replies.