Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #692978

    Hi,
    I want to do the following changes to the Masonary gallery:
    1. Change the grey background to a different color
    2. I want to align the Image Title to the bottom part of the Image
    3. I want to change the Font size on the Images Titles in the Masonary gallery

    thanks

    Uri

    #692979

    Just to be more clear:
    2. I want to align the Image Title to the bottom part of the Image –> the centered overlay Title to be aligned to the bottom part of the Image

    #693011

    Hi,

    To make the changes Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    1. Masonry background color

    .av-inner-masonry {
    background-color: #e7e7e7!important;
    }
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0, 0, 0, 0)!important;
    }
    

    2. and 3. To align the masonry title and change font size.

    .av-masonry-entry-title.entry-title {
           font-size:26px!important;
    	position:absolute;
    	left:50%;
    	transform:translateX(-50%);
    	bottom:20px;
    }

    Best regards,
    Vinay

    #693052

    Excellent!
    thanks Vinay :-)

    #693091

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonary Gallery’ is closed to new replies.