Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1085435

    Hi
    on the homepage, the module are using style classes with the position name.
    If you want to get the same for new module position you have to create custom style classes.
    Use firebug or inspect element to get the style code from home page
    example: http://prntscr.com/hxg83l
    Now apply new custom classes on your module position and define the new code via custom.css file.
    This way you can test and apply the custom styles.

    Regards

    ismocan Friend
    #1085505

    Hi,

    I did try to apply new custom classes, the point is i couldn’t get it work, cause i think i couldn’t use the code properly.

    t3-main-content .t3 module .module-title Do i have to change it as t3-article_bottom .t3 module .module-title? If yes i’ll try again to apply new classes.

    Regards

    Pankaj Sharma Moderator
    #1085547

    Hi
    There is no such classes in the module position you created here: http://prntscr.com/hxiujj
    You need to compare both page style classes and apply the changes via custom.css file,
    This takes time and debugging to apply custom style codes

    Regards

    ismocan Friend
    #1086145

    It’s solved. Thank you

    Pankaj Sharma Moderator
    #1086193

    You are welcome!

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

The topic ‘CSS Style for new module position’ is closed to new replies.