Title: Menu Buttons
Last modified: August 24, 2016

---

# Menu Buttons

 *  Resolved [cesiumskater](https://wordpress.org/support/users/cesiumskater/)
 * (@cesiumskater)
 * [11 years ago](https://wordpress.org/support/topic/menu-buttons-2/)
 * Simple question, I am really new at this so pardon my ignorance.
    I am just trying
   to link up the “Learn more” buttons to pages on my website but can’t locate the
   menu to establish how I want it to navigate.
 * Where do I find this?
 * Thank you in advance!
    Dan

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [11 years ago](https://wordpress.org/support/topic/menu-buttons-2/#post-6080982)
 * Hi,
 * The “Learn more” buttons are actually part of what we called content boxes.
 * For example, to customize the “Beautifully Simple” content box’s Learn more button.
   Please see screenshot. [http://prntscr.com/70598g](http://prntscr.com/70598g)
 * Go to your WordPress admin, **Appearance -> Theme Options -> Front Page Content
   Boxes**
    You will find the following, see screenshot. [http://prntscr.com/7056dr](http://prntscr.com/7056dr)
 * Go to the Content Box ! Button textarea, and find the following codes.
    `<a class
   ="read-more btn" href="#">Learn more</a>`
 * Change the # sign to the url that you want the button to lead to. For example
   [https://google.com](https://google.com)
    `<a class="read-more btn" href="https://
   google.com">Learn more</a>` The button will link to google.
 * Remember to save your changes by clicking the Save All Changes button located
   at header or footer of Theme Options page.
 * To make the button link to google, but pop up on a new tab. You can add a target
   _blank to the code. For example, as follows.
    `<a class="read-more btn" target
   ="_blank" href="https://google.com">Learn more</a>`
 * And of course, you can always change the button text to other text, instead of“
   Learn more”.
 * Thanks!
    Denzel
 *  Thread Starter [cesiumskater](https://wordpress.org/support/users/cesiumskater/)
 * (@cesiumskater)
 * [11 years ago](https://wordpress.org/support/topic/menu-buttons-2/#post-6081048)
 * Thank you! It worked perfectly! So stoked!
 * [http://blackdoglongboards.com/](http://blackdoglongboards.com/)
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [11 years ago](https://wordpress.org/support/topic/menu-buttons-2/#post-6081050)
 * You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu Buttons’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [learn](https://wordpress.org/support/topic-tag/learn/)
 * [link](https://wordpress.org/support/topic-tag/link/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [more](https://wordpress.org/support/topic-tag/more/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 3 replies
 * 2 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/menu-buttons-2/#post-6081050)
 * Status: resolved