Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • aleblava Friend
    #1046848

    How can I change or delete the icon (a cross) between articles which is shown in category view?

    Ir happens here: http://www.tomalasondas.org/index.php/video-audio

    Thank you.

    Pankaj Sharma Moderator
    #1047067

    Hi
    Its an image
    Here is code you can override via custom.css

    .items-row .item:after, .t3-masthead:after, .items-leading .leading:after, .article-featured-slider .container .mod-title:after, .section .section-intro::after, .t3-sidebar .t3-module::after {
        background-image: url(../../../templates/ja_charity/images/themes/church/divide-lg.png) !important;
        height: 17px !important;
        margin-bottom: -7px;
    }

    change the image path with your image path in above code.

    Regards

    aleblava Friend
    #1048628

    I did it, but now I have a lot of images between articles 🙂 As you can see at http://www.tomalasondas.org/index.php/video-audio

    This is the code of my custom.css

    .items-row .item:after, .t3-masthead:after, .items-leading .leading:after, .article-featured-slider .container .mod-title:after, .section .section-intro::after, .t3-sidebar .t3-module::after {
        background-image: url(../../../images/imgmodulos/iconos/logo_iconoentrearticulos.png) !important;
        height: 17px !important;
        margin-bottom: -7px;
    }
    Pankaj Sharma Moderator
    #1048903

    Hi
    You can add another style
    background-repeat: no-repeat;

    if you do not want to repeat the image in above code.
    http://prntscr.com/fwiw8y
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum