Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #668463

    hi,

    i want the title of the picture is shown under the picture not in the picture. is it possible?

    kr dirk

    #668717

    Hey schnippel,

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

    .av-inner-masonry-content {
     background:#FFF!important;
    }
    

    Best regards,
    Vinay

    #670312

    hi,

    thanks. i have one more questions. if you look at the link:

    is it possible to disable this complete line:

    “22. Juli 2016/in Gesamtübersicht nach Alphabet, …. /von admin ”

    kr dirk

    #670665

    Hi Dirk,

    Please try this as well:

    .post-meta-infos {
    display:none !important;
    }

    Best regards,
    Rikard

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