• Hello,

    how can i remove the border-frame? I don’t find the correct line in the css.

    My idee is to remove all the borders, or set them to “0” or, set the color #fff.

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

Viewing 1 replies (of 1 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hello @thunder86,

    Do you mean the border ( Shadow ) around your site? If yes, please copy and paste the following CSS code in the Additional CSS area of the customizer. ( Appearance > Customize > Additional CSS )

    .hitmag-wrapper {
    box-shadow: none;
    }

    If you want to remove the border of the Top Bar also, use the following code.

    .hm-top-bar {
    border-bottom: none;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove the Border-frame’ is closed to new replies.