Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #939013

    Hi
    its comes when do not have anymore item on the page .
    Its defined in the language/en-GB/en-GB.tpl_ja_resume.ini
    TPL_INFINITY_NO_MORE_ARTICLE = "That's All"
    You can remove the text thats all or change it .

    foolevil Friend
    #939072

    Now there’s background color banner with seems to be primary color.
    Is there a way to change color of it or remove it?
    It’s a beautiful plug-in… I will use it on three pages.

    Pankaj Sharma Moderator
    #939114

    Hi
    I am not getting the last question changes . could u share the url of page where the u want to change the button color .

    foolevil Friend
    #939135

    On this page Scroll down the page to see the red banner before footer
    http://11.testialue.net/34/index.php/bio

    .this one here

    Pankaj Sharma Moderator
    #939139

    Hi
    If you want to change the color you can change it by adding below code in custom.css file

    #infinity-next .btn-primary.disabled {
        background-color: #ed1c24;
        border-color: #ed1c24;
    }

    before doing this please not it is the button for infinit text , and effect everywhere on site . Becuase you do not have any item on this page only you can use page class and then use the code .

    Or you can add more item and use this feature .

    foolevil Friend
    #939156

    .btn-primary.disabled {
    background-color: #ed1c24;
    border-color: #ed1c24;
    }
    Using just class worked ok, thank you!

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

This topic contains 6 replies, has 2 voices, and was last updated by  foolevil 8 years, 5 months ago.

The topic ‘Isotope category: how to ged rid of "THAT'S ALL" -text at the bottom?’ is closed to new replies.