test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • shnaqvi Friend
    #128236

    Hi,

    I am new to this so please bare with me. I am trying to get rid of Next and Prev functionality and have all my article introductions on the same page on my frontpage. Please tell me how to get rid of them.

    Thanks

    Sherlock Friend
    #247894

    Hi shnaqvi !
    You can remove they by way :
    Open template_css.css ( or template.css f) file in templates//css folder, find code section :


    .pagenavbar {
    ..........
    }

    change into :


    .pagenavbar {
    ..........
    display : none;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 7 months ago.

The forum ‘Other Templates’ is closed to new topics and replies.