Harry_Uprise Posted May 13, 2021 Posted May 13, 2021 Site URL: https://www.uprise.academy/ Hi there, I'm looking to remove the CTA button from the top-right of my site, on certain pages only. For example, I would like the green "Request Invite" button to not appear on this page: https://www.uprise.academy/nomadmba But to still appear on other pages as default. Any advice on the code I could add to the pages where I want to remove that button? Any help much appreciated : )
tuanphan Posted May 14, 2021 Posted May 14, 2021 18 hours ago, Harry_Uprise said: Site URL: https://www.uprise.academy/ Hi there, I'm looking to remove the CTA button from the top-right of my site, on certain pages only. For example, I would like the green "Request Invite" button to not appear on this page:https://www.uprise.academy/nomadmba But to still appear on other pages as default. Any advice on the code I could add to the pages where I want to remove that button? Any help much appreciated : ) Add to Nomadmba Page Header <style> .header-actions-action.header-actions-action--cta { visibility: hidden; } .header-menu-cta { visibility: hidden; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Harry_Uprise Posted May 16, 2021 Author Posted May 16, 2021 it worked! thanks so much for this help Tuanphan : )
tuanphan Posted May 21, 2021 Posted May 21, 2021 On 5/17/2021 at 4:40 AM, Harry_Uprise said: it worked! thanks so much for this help Tuanphan : ) Do you need to solve these? Site URL – https://www.uprise.academy/ 1. (Tablet-Homepage) Remove white bar on right of screen 2. (Tablet-About us) Change to 2 people/row? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.