Okay
  Public Ticket #1438223
How to edit page portfolio base
Closed

Comments

  • evertonmorais started the conversation

    Hello,

    I've changed the portfolio's permalink and how do I change the base portfolio page.
    I want to add an call to action at the bottom of the page.
    Like this: http://demo.archiwp.com/project-4-cols/


  •  2,010
    Ocean replied

    Hello,

    We not add "call to action" button in Portfolio Archive page: http://demo.archiwp.com/portfolio/

    But I have a solution for your issues.

    You can add "" by yourself on bottom of archive-portfolio.php file:

    <section class="call-to-action bg-color text-center padding80">
        <div class="container">
          <div class="row">
            <div class="col-md-12">
              <a href="http://demo.archiwp.com/contact/" class="btn btn-line-black btn-big">Get Quotation</a>
            </div>
          </div>
        </div>
      </section>
    

    http://prntscr.com/i3qrjt and replace button link and button text.

    Thank you

  • evertonmorais replied

    Thank you,
    I've already made the changes as needed.
    Worked well

  •  2,010
    Ocean replied

    Ok, No problem, Thanks