Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #584941

    Hello

    I’ve been searching for how to remove the top contracted/expanding header and logo icon through my whole site

    bodytalkcare.com

    I need to remove the enfold logo and bar that minimizes all together.

    Could you please help with a CSS code that would solve this?

    Thank you

    #585106

    Hey Nathan!

    Seems like you have already figured it out? :)

    Best regards,
    Yigit

    #586245

    I appreciate you asking.
    Your seeing it seems I have, and I feel confused still because I need support learning how to make the top panel of the ShiftNav menu either transparent or a different color.

    The area I am referring to is at the top of the site where there is that black strip with the words “BodyTalk Care” in the middle.
    I have went into appearances to the ShiftNav and tried changing the colors and have looked in their knowledge base for how to make it transparent and have yet to find a solution.

    Do you have any suggestions?

    Thank you.

    #586254

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #shiftnav-toggle-main {
        background: orange;
        color: green;
    }

    Best regards,
    Yigit

    #586270

    Thank you for suggesting this code, I did that and it’s still black, I feel hopeful and need the background color(?) of the ShiftNav (that is currently black) to be transparent.

    #586273

    Hi!

    Please change your code to following one

    #shiftnav-toggle-main {
        background: transparent!important;
    }
    .shiftnav-wrap {
        padding-top: 0!important;
    }

    Regards,
    Yigit

    #586278

    I see it made the top padding transparent

    I’m grateful more order in my menu settings was solved thanks to you providing this code!

    #586281

    Hey!

    You are welcome, glad we could help!
    Enjoy your weekend!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Removing top minimizing/expanding header and logo icon’ is closed to new replies.