Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #863923

    Hi
    I need to change the opacity of the Masonry gallery to have no veil on the miniatures of the pics
    I need ton change opacity from 1 to 0 (I friend of mine, explained me that)
    av-masonry-image-container

    where can i edit this in the style css ?

    regards

    #864241

    Hey Dmitri_Elson,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #864738

    hi

    i’m working on my new website

    in this blog article,
    with the mouse rollover the miniature of the pics of the masonry gallerie, no “veil”
    other pictures have the veil

    no porblem with the mobile version (on tablet or phone)

    regards

    #865585

    Hi,

    Thank you for the update. Could you provide a screenshot of the “veil”? Please use imgur or dropbox.

    Best regards,
    Ismael

    #869505

    the problem was solved by a friend of mine

    but I have another one :
    I don’t want the published date in the blog articles block
    https://drive.google.com/file/d/0B9sg7Mokob9vcEZrLW9XZjJvSUU/view?usp=sharing

    you can switch the display off in the article but in doesn’t switch it off in the articles of the blog

    regards

    #870148

    Hi Dmitri_Elson,

    You can switch it off in Theme options > Blog Layout tab
    Image 2017-10-29 at 17.59.30.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #870151

    hi
    thanks, but already off there for the blog display

    but it doesn’t switch the display off in “all articles display view”

    #871476

    Hi,

    Please use the following css code to remove the date.

    .date-container.minor-meta.updated, time.date-container.minor-meta.updated + .text-sep {
        display: none !important;
    }

    Best regards,
    Ismael

    #871764

    doesn’t work

    the code is to paste in the fast CSS window, right ?

    #871777

    Hi,

    Add the following to quick css:

    article.slide-entry .slide-meta time{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #871783

    thanks ! perfect !

    #871796

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Masonry Image Container’ is closed to new replies.