Can't Hide Call to Action Button on Certain Pages

I'm using this code on three pages to try to hide the call to action button at the top, but it's not working.

.page-id-272 #Top_bar .menu { display: none; !important;  }

.page-id-336 #Top_bar a.button.action_button { display: none; !important;  }

.page-id-277 #Top_bar a.button.action_button { display: none; !important;  }

.page-id-340 #Top_bar a.button.action_button { display: none; !important;  }


Here are the page links of the pages I need the 'BOOK A CALL NOW' button removed from:

Comments

Sign In or Register to comment.