Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #567806

    Hi!

    Is there a way to change so that the titles on the images in a masonry gallery is centered ?

    Also way to adjust the size of the title ?

    Thanx!

    #567891

    Hi Paul!

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

    .av-inner-masonry-content {
        text-align: center;
    }
    .av-masonry-entry .av-masonry-entry-title {
        font-size: 19px;
    }

    Regards,
    Yigit

    #567954

    Excellent! Thanx for that!

    Anyway to change the color as well ?

    Thanx

    #567973

    Hi!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #567984

    Thank you Yigit!!

    I know I’m a pita…:-)

    Is there a way to change the font family as well ? (like you can do in the advanced styling tab ?

    Thanx!!

    #567997

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .av-masonry-entry .av-masonry-entry-title {
    font-family: arial;
    }

    Regards,
    Yigit

    #568002

    Excellent!! Much appreciated!

    #568005

    Hi!

    We are glad you got that short out!
    Btw, If you have a moment, I would very much appreciate if you could quickly rate the Enfold to themeforest, which wiII heIp us keep the deveIopment up!

    Please do not hesitate to contact us, if you do need anything else.

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Center titles on images shown in masonry gallery’ is closed to new replies.