Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #814982

    Hello, I use MASONRY. By passing the mouse over the photo carries a black transparency effect under the photo with the caption.

    I would like to change the color and opacity of this transparency and change the color of the caption letter.

    LINK –

    LINK IMAGE

    View post on imgur.com

    I use CSS CLASS

    #815248

    Hey mleite1,

    Please try the following in Quick CSS under Enfold->General Styling:

    Overlay:

    .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(10,10,10,0.5) !important;
    }

    Caption:

    .av-masonry-entry-title {
        color:green !important;
    }

    Best regards,
    Rikard

    #815371

    Rikard, thanks for the help. The title color code did not work. I do not know why.

    .av-masonry-entry-title {
    color: green !important;
    }

    LINK

    #815388

    Hi,
    Right now on line 75 in your custom css (milk9_hidrocon.css), your color is black with !important; so it is a conflict.
    Please try changing that code:

    .av-masonry-entry .av-masonry-entry-title {
    font-family: ‘Lora’, Arial, sans-serif;
    color: #000 !important;
    font-size: 12px;
    }

    Best regards,
    Mike

    #815460

    Mike, thanks for the help.

    Where is this milk9_hidrocon.css?

    #815461

    I found the mistake. Easy now.

    #815541

    Hi,

    Great, glad you found it. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #815574

    Rikard, it’s ok now.

    Tks

    #815727

    Hi,

    Great, thanks for letting us know. I’ll close the thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘MASONRY CHANGE BEHAVIOR’ is closed to new replies.