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

    Hi,
    on my page below I have a masonry gallery at the bottom. I was able to change font color and background of the overlay, but not the size via CSS

    Actual the CSS entry acc. reads:
    /* masonry gallery design */
    #top figcaption.av-inner-masonry-content.site-background, #top .av-masonry-entry .avia-arrow{
    background-color: #ebebeb;
    font-color: #000000;
    font-size: 8px !important;

    Any idea what I have to change to see the effect of the last CSS part re. font size?

    Thx a lot, Tilman

    #1282367

    Hey Tilman,

    Please try this CSS as well:

    .av-masonry h3.av-masonry-entry-title {
      font-size: 8px;
    }

    Best regards,
    Rikard

    #1282391

    Hey Rikard,
    unfortunately no effect – any other idea?

    thx again & best regards Tilman

    #1282643

    Hi oestersund,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .av-masonry h3.av-masonry-entry-title {
        font-size: 8px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1282790

    Hey Victoria,
    great – this one works :-)

    th a lot & bst regards, Tilman

    #1282879

    Hi oestersund,

    Glad we could help :)

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.