Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1086429

    Hi,

    If you want to custom style for specific module, you can add a class suffix for that module and style. For example with this module, I added a suffix class called nopadding in Advanced tab of this module: http://prntscr.com/hzabqj

    and you can use this custom CSS:

    .t3-sidebar .t3-module.nopadding .module-ct {
        padding: 0;
    }
    
    .t3-sidebar .t3-module.nopadding {
        border: 0;
    }

    and add your own custom style with this class.

    Cheers!

    ismocan Friend
    #1086476

    Hi,

    .nopadding part was problem for me. It’s solved now.

    Thank u!

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

This topic contains 2 replies, has 2 voices, and was last updated by  ismocan 6 years, 4 months ago.

The topic ‘To Change Just For one Module's Css Style’ is closed to new replies.