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

    Hi,

    on a page i added “blog articles”-element with the avia layout architect.
    I tried to remove the date and the category from the theme options (“blog layout”), but they are still showing up (please see link).
    How can i remove the date and category from the “blog articles”-element?

    https://www.bilder-upload.eu/bild-827a5e-1600344598.jpg.html

    Kind regards
    Jak

    #1246677

    Hey Jak73,

    Add this to quick css:

    .blog-categories.minor-meta{
    display:none!important;
    }

    I’m not seeing the date.

    Best regards,
    Jordan Shannon

    #1246700

    Hi Jordan,

    please have a look again.
    I would like to remove the date. And remove the thin line and the space between title and read more button.

    If possible a new small thin line should be below the read more button and next blog element.

    Kind regards
    Jak

    https://www.bilder-upload.eu/bild-525847-1600411993.jpg.html

    #1246880

    Hi Jak73,

    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

    
    .html_elegant-blog .page-id-102  .avia-content-slider .av-vertical-delimiter {
        border: none;
    }
    .html_elegant-blog #top.page-id-102 .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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