How to hide action button in a single page

Hello, i would like to hide the top action button from a single page.Thanks

Comments

  • Hi,

    to do this, you need to use the following css:
    .page-id-xxx #Top_bar a.button.action_button { display: none !important; }
    where xxx is page id.
  • Hello, this css doesn't seem to work any more with the most up to date version of BeTheme. Can you post the updated script? Thanks!
  • Please always attach a link so we can check it out. If the page is
    offline(localhost) then our help will be limited, you will have to
    contact us when the page is online. Also please make sure that the page
    is not under maintenance before you provide us the link.

    thanks


  • It's not practical to force your customers to always have an online working site for you to review in order to offer assistance.

    Have you tested to see if if the CSS you provided still works on the newest version of BeTheme?
  • It's better when customer provide me the link to website, then CSS which i'll make is made certainly for this website and it will be surely working.

    This code is very old and it's not working with up-to-date version of BeTheme.
    Try this:
    .page-id-xx #Top_bar .action_button { display: none !important; }

    Where xxx is page id.
    Thanks
  • Worked like a charm. Thank you!
Sign In or Register to comment.