• Tried to remove buttons in customizer for the contact and sign up for newsletter button will not let me remove only edit text and link
    Found the html when i viewed page source
    but cannot find the actual page to edit
    Thanks in advance

    • This topic was modified 6 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is a question for your themes developer. You can contact them here: https://extendthemes.com/empowerwp/#support

    Thread Starter dpatzarian

    (@dpatzarian)

    Thank-you

    hello,

    => I think you can find that both buttons into your page templates(homepage/templateshomepage.php) which one is assigned on your page.

    OR

    => Put below CSS code into your stylesheet to remove buttons and action.
    .page-id-47 .header-buttons-wrapper{display: none;}

    Thanks!

    Be careful using CSS to fix something like this because it could break on an update if the theme developer changes the classes. I’ve had that happen before and then had extra CSS laying around that was not being used and had to install an old version of the theme to figure out what to delete from my custom css.

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

The topic ‘Remove Buttons and action’ is closed to new replies.