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; }
.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
To remove this button you do not have use any CSS Custom Code.
All you need to do is go to: Betheme > Theme Options > Header & Subheader > Extras, and in section "Action Button" and clear "Title" and "Link" inputs.
https://prnt.sc/v3nd1v
Thanks
You were very close with these custom CSS above.
Here is correct one:
https://prnt.sc/v4geqp