Title: Adding a CTA button in the Admin Note section
Last modified: June 7, 2019

---

# Adding a CTA button in the Admin Note section

 *  Resolved [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years ago](https://wordpress.org/support/topic/adding-a-cta-button-in-the-admin-note-section/)
 * Hi
    I am unable to add a button (CTA) in the Admin Note section. The code for
   the button: `<p style="text-align: center; font-size: 20px;"><a href="https://
   kriyayogajagat.com/community/?wpforo=signup">JOIN TODAY!</a></p>`
 * CSS:
 *     ```
       .classname {
       	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
       	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
       	box-shadow:inset 0px 1px 0px 0px #ffffff;
       	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
       	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
       	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
       	background-color:#ededed;
       	-webkit-border-top-left-radius:6px;
       	-moz-border-radius-topleft:6px;
       	border-top-left-radius:6px;
       	-webkit-border-top-right-radius:6px;
       	-moz-border-radius-topright:6px;
       	border-top-right-radius:6px;
       	-webkit-border-bottom-right-radius:6px;
       	-moz-border-radius-bottomright:6px;
       	border-bottom-right-radius:6px;
       	-webkit-border-bottom-left-radius:6px;
       	-moz-border-radius-bottomleft:6px;
       	border-bottom-left-radius:6px;
       text-indent:0;
       	border:1px solid #dcdcdc;
       	display:inline-block;
       	color:#777777;
       	font-family:arial;
       	font-size:15px;
       	font-weight:bold;
       	font-style:normal;
       height:50px;
       	line-height:50px;
       width:145px;
       	text-decoration:none;
       	text-align:center;
       }.classname:hover {
       	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
       	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
       	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
       	background-color:#dfdfdf;
       }.classname:active {
       	position:relative;
       	top:1px;
       }
       ```
   
 * Interestingly, the same codes are working when on a localhost environment but
   not the live server. Am I missing out something? Could you please advise me accordingly?
 * Thanks in advance
    BM
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadding-a-cta-button-in-the-admin-note-section%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [7 years ago](https://wordpress.org/support/topic/adding-a-cta-button-in-the-admin-note-section/#post-11615713)
 * Hi [@dhyanakendra](https://wordpress.org/support/users/dhyanakendra/),
 * As far as I see the “JOIN TODAY!” button is displayed in the admin note section
   and it works fine.
 * If you mean that the styles are missing, here the solution is simple you’ve just
   forgotten to assign the “.**classname**
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [7 years ago](https://wordpress.org/support/topic/adding-a-cta-button-in-the-admin-note-section/#post-11615719)
 * It works fine. Just remember to test it when you’re logout. Don’t test it as 
   logged in user, because it’ll redirect to forum home page. The login/register
   page is not available for logged-in users. So this is the main point why it’s
   not work for you. In real it works fine and it works for all who should click
   and join you (guests).
 *  Thread Starter [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years ago](https://wordpress.org/support/topic/adding-a-cta-button-in-the-admin-note-section/#post-11616286)
 * Hi
 * Thank you so much for your extended support. I assigned a classname and the CSS
   is working alright. Please mark this as resolved
 * Regards
    BM
 *  Thread Starter [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years ago](https://wordpress.org/support/topic/adding-a-cta-button-in-the-admin-note-section/#post-11616304)
 * Thank you for the resolution!

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

The topic ‘Adding a CTA button in the Admin Note section’ is closed to new replies.

 * ![](https://ps.w.org/wpforo/assets/icon-256x256.png?rev=2121644)
 * [wpForo Forum](https://wordpress.org/plugins/wpforo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforo/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforo/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/adding-a-cta-button-in-the-admin-note-section/#post-11616304)
 * Status: resolved