Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #258135

    Hi,

    I have a question, I want to display always the title in my fullwidth masonry (perfect automatic masonry), because I don’t like the lay-out from this portfolio at this moment (it shows the title on the bottom). So, my idea is to display the title always in the picture with a transparent background, so that you can see also the picture. I found a website where they do exactly what i want : http://wpsites.net/web-design/display-entry-title-on-featured-image/ , I try to add the last code to the Quick CSS, but nothing changed, so is there something what I do wrong, or does someone knows what I have to change? Maybe that code is only working for the HOME page? Please let me know!

    PAN International

    #258242

    Hi PanInternational!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-masonry-entry .av-inner-masonry-content { background-color: transparent !important; }

    Best regards,
    Yigit

    #258641
    This reply has been marked as private.
    #258644

    Hi!

    Please add following code to Quick CSS as well

    .av-masonry-entry .avia-arrow { display: none; }
    .av-masonry-entry .av-masonry-entry-title {
    background: rgba(255,255,255,0.5);
    padding: 10px;
    margin-bottom: 30%; }

    Best regards,
    Yigit

    #258658

    Thank you, that was what I want!
    One more question: What do I need to add to change the colour and the size of the text? :)
    I don’t know yet which colour suits the most, but I can find this out.

    THank you very much!

    #258723

    I found it already by another post from you. Thank you very much!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Display title always in fullwidth masonry with transparent background’ is closed to new replies.