• Resolved [email protected]

    (@ilanserruyagmailcom)


    Hi!

    Im quite new at wordpress, I’m having some trouble doing very basic stuff at my website because I’m still learning.

    The thing is that there are 2 buttons showing at the bottom of every page (left and right arrows) and I want to remove them.

    Can someone help me do that? Im sure its quite simple but I just cant figure it out.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Ilan,

    Try entering this in the Custom CSS box of your theme customizer:

    #content .button {
    display:none;
    }

    Then check your theme to make sure that it’s not removing these buttons from any area you might want to keep them.

    LMK if you need more info.

    Thread Starter [email protected]

    (@ilanserruyagmailcom)

    Thank you so much. It worked just fine!!

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need to remove these buttons.. help!’ is closed to new replies.