Removing Wavy Image

Home Forums Tutor WordPress theme Removing Wavy Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11112
    obe19900
    Participant

    Hello,

    How do I remove this Wavy Image at the top that blocks the drop down menu?

    HOME

    #11113
    alexathemes
    Keymaster

    Hi

    Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> Here you can add below code.

    .foot-wave{display:none;}

    Thank You

    #11117
    obe19900
    Participant

    Hello,

    Thank you for your reply. I’ve tried adding the code there, as well as variations including removing the first period. But it’s still there.

    Anything else can be done or that I must do?

    #11118
    obe19900
    Participant

    THANK YOU!!

    The code worked, but I had to make it wave, not foot wave. But thanks I let it remove the footwave as well.

    So:

    .wave{display:none;}

    Worked for the top one, and the other one must have worked for the bottom one. Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.