Help with Orvis theme..?

  • Unknown's avatar

    Hi Guys,

    I’m new to this whole thing.. but have spent a fair amount of time putting a site together… the only thing that is bugging me right now.. and i’ve no idea how to.. or even if it can be fixed..! I have transparent images as links on my page, but on all of these there’s a white line striking through the centre… is there any way to remove this? Keeping in mind i’m an amateur at best… (ill need to be helped through it..)

    this is my site, so you can see my issue..
    https://sendmoreparamedicsuk.com/

    Any help is greatly appreciated! thank you :)

    The blog I need help with is: (visible only to logged in users)

  • Hello there,

    So you’ll need CSS to remove those.

    If you go to Appearance > Customize > Additional CSS and then please add the following:

    
    /* Remove dropshadow from img links */
    
    .wp-block-image a {
        box-shadow: 0 0px 0 0;
    }
    
    

    Then click save changes.

  • Unknown's avatar

    Ah! Instantly fixed. Thank you so much!

    I have one final query that I can’t figure out how to fix (or if indeed it is fixable..)
    When looking at the site on a mobile device, I’m getting a “MENU” button in the top right hand corner.. am I either able to remove this.. or if not, populate a list within it, and have it work with my site?

    Thank you so much 🙏🏻

  • Unknown's avatar

    Hi There,

    You can try the below custom CSS to remove the menu button for the mobile device. Go to Appearance > Customize > Additional CSS and then please add the following:

    /* Remove menu button on mobile device */
    .menu-toggle {
    display: none;
    }

  • Unknown's avatar

    Perfect!!

    Thank you so much for your help.

    Really appreciate it. :)

  • Unknown's avatar

    Glad it worked out for you:)

  • The topic ‘Help with Orvis theme..?’ is closed to new replies.