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

    Hi,

    You can try this tweak:
    1) Go to backend settings of a module in sidebar-right position > Advanced tab > Module class suffix > add a class caleed orangetitle for example (REMEMBER to add a space before the class name): http://prntscr.com/ii56jp

    2) Add this custom CSS code into the ‘custom.css’ file:

    .t3-sidebar .t3-module.orangetitle .module-title {
        background: orange;
    }

    Hope this helps.

    smalir Friend
    #1093328

    Hi, Saguaros!

    Thank you so much for your help! And special thanks for the mark about space before the class name. It works nice. Thank you.

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

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

The topic ‘How to create own Module Class Suffix?’ is closed to new replies.