Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • merkagune Friend
    #928407

    Hi again.

    I don’t know if that is the better solution but I’ve solved it with CSS code.

    .inicio .has-slideshow .t3-content {
    display: none;
    }

    Is this a valid solution?

    Thank you

    Pankaj Sharma Moderator
    #928814

    Hi
    If you want to hide the Mainbody from any page , first set the articles to 0 from menu options .
    Then use below code in custom.css file

    .itemid-250 .t3-mainbody {display:none;}

    250 is the Menu item ID if you want to do same for other menu , add code and change the menu item ID .

    merkagune Friend
    #928869

    Problem is solved.

    Thank you Pankaj

    Regards,

    Prem Shami

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

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

The topic ‘Multilanguage Homepage’ is closed to new replies.