Child Theme

Home Support Business Kit Child Theme

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12065
    Anonymous
    Inactive

    I created child them but some elements don’t look right.
    First of all menu in mobile view
    Mobile View

    Can you help me?

    #12139
    nirav
    Keymaster

    Hello Smiler4,

    This is because of the styling file ordering issue in the created child theme. Please paste the below-mentioned code by following the steps.
    1) Log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterwards

    Code is :

    .mean-container .mean-bar {
        background: transparent;
        background-color: transparent;
        box-shadow: none;
        z-index: 999;
    }

    Feel free to get in touch in case of further query.

    Regards,
    Team ProDesigns

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