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

    Hello!
    I need help with a Masonry. You can find it in the middle of my homepage link under the title Il mio “Portfolio”
    The captions over the masonry’s pictures now appear in a small font and black. I would like to make them white and a larger font, but I have found no way to do it. Can you help?

    Also, I was wondering if it is possible to have the masonry centered in the middle of the page instead of aligned to the left.
    In case the screen is larger than the masonry itself, there is now a void space to the right which does not look very nice as the masonry is not centered under the title.

    I enclose admin login credentials below.
    Thank you
    Best regards,
    Elena

    #1399923

    Hi Elena,

    Thanks for giving us admin access.
    Instead of centering the masonry, I have set the columns of your masonry to 5 (this can be changed when you edit Masonry > Styling > Columns > Column Count.
    As for the masonry title, it’s fetching from the h3 settings, to fix it, I have added this CSS code:

    #top #wrap_all .all_colors .av-masonry-entry-title {
        color: white;
        font-size: 30px;
        line-height: 1;
    }

    Please review your site.

    Best regards,
    Nikko

    #1399967

    Hello,
    thank you very much. That looks perfect!
    I do have another question about a similar topic. Maybe I can add it here, or let me know if I should open another thread.
    In the same homepage, just below the full-width slider at the top of the page, there is a grid. Over the picture to the right side of the grid there is an icon list screenshot
    I want to make the text white. I have edited Icon list>Style>Font Color>Customized Content Font Color and selected white, but it does not seem to have any effect.
    Can you help?
    Thank you
    Best regards
    Elena

    #1400016

    Hi Elena,

    Your titles were wrapped inside Span tags with inline black color and Strong tags which are by default green.

    I deleted those tags and then added the following code to the bottom of the Quick CSS field so the Icon List titles are bold

    
    /* Change font weight of Icon List titles */
    #top #wrap_all .avia-icon-list .iconlist_content h2 {
      font-weight: bold;
    }
    

    Please review your website.

    Best regards,
    Yigit

    #1400042

    Hello Yigit,
    thank you you very much.
    The result is exactly what I wanted!
    Who knows how those span tags ended up there :) I have resumed working on the website after a long time and I have forgotten what I had done about a year ago…
    Anyhow, this is all for this topic, so you can close the thread, thank you.

    Best regards,
    Elena

    #1400049

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modifying captions on masonry pictures’ is closed to new replies.