Tagged: 

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

    Hi

    I have set a gallery masonry but I would like to change some elements
    – Is it possible to decrease the size’s text
    – remove the date
    – change the color put on the picture (in this case white 20/30%)

    Is it possible to reduce the button load more (currently width page)

    Around the masonry, I have set grids
    – is it possible to have the color orange instead of grey behind the gallery masonry ?
    – I can’t set a good size for the grid of my text (cells too high)

    #879889

    Hey sandra1307,

    Please, can you check your WP credentials again? I tried to access it, but they are wrong.

    Best regards,
    John Torvik

    #880169

    It would be ok now

    #881126

    Hi sandra1307,

    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

    
    .avia_transform a:hover .image-overlay {
        opacity: 0.5 !important;
    }
     .avia-content-slider .slide-meta time.slide-meta-time {
      display: none;
    }
    .html_modern-blog .post-entry .slide-meta .slide-meta-del {
      display: none;
    }
    .avia-content-slider .slide-entry-excerpt {
      font-size: 14px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #882327

    Hi thank you !!!
    I the slider articles I would like remove “comments” and justify the excerpt, is it possible ?

    #882581

    Hi sandra1307,

    I think you had this request in another thread and I gave the code there. Please check.
    If not, let me know, we’ll do it again.

    Best regards,
    Victoria

    #882649

    Hi victoria

    This code doesn’t work (not Enfold > General Styling > Quick Css, and not into themes/enfold/css/custom.css)

    .avia_transform a:hover .image-overlay {
    opacity: 0.5 !important;
    }

    For what is this code ? There is no change (not Enfold > General Styling > Quick Css, and not into themes/enfold/css/custom.css)
    .html_modern-blog .post-entry .slide-meta .slide-meta-del {
    display: none;
    }

    I’m sorry but I did’nt found the code in another thread, could you give me them again ?
    – In the slider articles I would like remove “comments”
    – justify the excerpt (not in article, the excerpt which appears on homepage”

    Thanks for your help

    #882670

    Hi sandra1307,

    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

    
    #after_full_slider_0 footer.entry-footer {
      display:none;
    }
    #after_full_slider_0 .slide-entry-excerpt.entry-content, 
    #after_full_slider_0 h3.slide-entry-title.entry-title a,
    #top #wrap_all .all_colors h3.slide-entry-title.entry-title {
      text-align: justify;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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