This topic has 2 replies, 2 voices, and was last updated 9 years by Ryaza.

  • Author
  • #37086
     Ryaza
    Participant

    hello! I want to add groups masonry and members masonry at home page for announcement. But i want disable: class=”item-desc” and <span class=”update”></span> only on home page. How I can do it?

    #37138
     sharmstr
    Moderator

    I’m not sure I completely understand, but you can try adding the following css to your home page

    Bring up your homepage in VC.
    Click on the gear icon to add css to that page (see image)
    Add this and save

    COPY CODE
    
    .item-desc {
    display: none;
    }
    
    .update {
    display: none;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    #37205
     Ryaza
    Participant

    thanks!

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

The topic ‘masonry css’ is closed to new replies.

Log in with your credentials

Forgot your details?