test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1007837

    Hi
    Open /css/custom.css file in the A Sugite template folder
    Use this code make the off canvas sidebar bg to white

    .t3-off-canvas {
        background: #151515!important;
    
    }

    Change the color code as per needs.

    For slideshow

    .ja-masthead .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    Hope it helps

    mickman Friend
    #1007842

    Whow! Pankaj, you are my hero! 😀

    And for the "Dropdown" . Is it dropdown? I don´t know. Look at the attachment please.


    1. dropdown
    Pankaj Sharma Moderator
    #1007847

    Hi
    Use below code in custom.css file for dropdown

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
        background: #fff!important;
    }

    Regards

    mickman Friend
    #1007850

    Well….. now I learned a lot in seconds. Thank you very much 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  mickman 7 years, 11 months ago.

The topic ‘Customizing, please help with a few tipps’ is closed to new replies.