Disable 3D-Effect

How can I disable/deactivating/hide this 3D-effect?

image

Top: 3D-Effect
Bottom: Should look like this

There are some posts about this in the forum but none worked for me.

Any ideas?

Comments

  • Hi,

    to remove this "3D effect", please use below css:
    #Top_bar .top_bar_right::before { background-image: none !important; background-color: #FFF !important; transform: none !important; top: 0 !important; }
    #Top_bar .top_bar_right { top: 0 !important; }
Sign In or Register to comment.