Title: Problem with button
Last modified: August 9, 2020

---

# Problem with button

 *  Resolved [letsdothis33](https://wordpress.org/support/users/letsdothis33/)
 * (@letsdothis33)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problem-with-button-4/)
 * In all the pages where it is installed “amp” theme, it doesn’t show up the botton
   of an esternal plugin and i’m lOsing a lot of traffics, i have tried to add the
   custom css of the button everywhere but it still doesn’t work.
 * How it is possible to fix this problem, and show the button istead of the simple
   text “INIZIA IL QUIZ” at the end of the article?
    -  This topic was modified 5 years, 9 months ago by [letsdothis33](https://wordpress.org/support/users/letsdothis33/).
    -  This topic was modified 5 years, 9 months ago by [letsdothis33](https://wordpress.org/support/users/letsdothis33/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-button-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [James Osborne](https://wordpress.org/support/users/jamesosborne/)
 * (@jamesosborne)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problem-with-button-4/#post-13232037)
 * Thanks for getting in touch, hopefully we can assist. Did you check the CSS usage
   using the validation tool within the plugin or try deactivating any optimization
   or caching plugins before checking for the same issue?
 * Alternatively as you’re using the plugin in `reader` mode you can add CSS styling
   such as the below to a custom plugin or your active themes functions.php file:
 *     ```
       add_action( 'amp_post_template_css', 'xyz_amp_additional_css_styles' );
       function xyz_amp_additional_css_styles( $amp_template ) {
       	// only CSS here please...
       	?>
       .qz-start-quize {
           text-align: center;
           padding: 10px 0;
       }
   
       .qz-btn-general {
           background: linear-gradient(90deg,rgba(255,150,71,1) 0%,rgba(255,150,71,1) 0%,rgba(252,100,112,1) 100%);
           text-decoration: none;
           color: #fff;
           padding: 10px 30px;
           border-radius: 5px;
           border: 0;
           font-size: 14px;
           text-align: center;
       }
       	<?php
       }
       ```
   
 * If you were trying to add CSS to your themes style.css this doesn’t apply in 
   reader mode.
 *  Thread Starter [letsdothis33](https://wordpress.org/support/users/letsdothis33/)
 * (@letsdothis33)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problem-with-button-4/#post-13233203)
 * Best support ever, thanks for the advices james, and for the code, you are awesome
   😉 Thanks again, by the way it work!
    -  This reply was modified 5 years, 9 months ago by [letsdothis33](https://wordpress.org/support/users/letsdothis33/).
 *  [James Osborne](https://wordpress.org/support/users/jamesosborne/)
 * (@jamesosborne)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problem-with-button-4/#post-13233230)
 * Glad to hear it, you’ll find more on `reader` mode customizations [here](https://amp-wp.org/documentation/how-the-plugin-works/classic-templates/).
   You may also be interested in the upcoming 2.0 release, with the [beta available](https://github.com/ampproject/amp-wp/releases/tag/2.0.0-beta3)
   for download.
 * If you have a moment consider leaving the plugin a [review](https://wordpress.org/support/plugin/amp/reviews/#new-post).

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

The topic ‘Problem with button’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [James Osborne](https://wordpress.org/support/users/jamesosborne/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/problem-with-button-4/#post-13233230)
 * Status: resolved