[Resolved] How to remove define css

Home Forums Support [Resolved] How to remove define css

Home Forums Support How to remove define css

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #744049
    Rupam

    Hi,

    In header section there is a css coming from style.min.css?ver=2.2.1

    .header-widget{
    max-width: 50%;
    }

    I want to remove that. I already removed it by wordpress editor and removed all cache. But my site is not updated for the same.

    Can you please suggest how to do that.

    Thanks and regards,
    Rupam Guha

    #744055
    David
    Staff
    Customer Support

    Hi there,

    we don’t advise making edits to any of the parent theme files. Any changes you make will be replaced when the theme is updated.

    Instead of removing it just overwrite it with your own CSS in your child theme style sheet or in the Customizer > Additional CSS like so:

    .header-widget {
        max-width: 100%;
    }
    #744572
    Rupam

    Thank you very much David

    #744574
    David
    Staff
    Customer Support

    You’re welcome

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