How to get the old navigation style in SwiftPremium

We changed the default styling of SwiftPremium to be different from the free version. If you are a fan of the old navigation style, you can get it by adding the following  CSS code to user CSS.

[css]
#nav1-container,#nav2-container{background:#dbdbdb;border:0}
.navigation{margin-left:5px}
.navigation li a{background:none!important}
.navigation li a:hover{background:#EEE}

/* For rounded corners*/
#footer-ad-container{padding:8px 0}
#nav1-container {    -moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 8px;padding: 4px 0}
#nav2-container {    -moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;padding:4px 0}
[/css]

2 Replies to “How to get the old navigation style in SwiftPremium”

  1. Hello¡

    i want to know if in the swift premium v 0.2 is it possible to use a page selector of the articles that I display in my blog?, for example: i got 20 posts to test the blog, but in the principal page only 10 are showed, i know if i want to see the others 10 i have to go to the monthly link or search by category, but i would like to embed a page selector to see the next 10, I have seen in other blogs this bar that contains a number of the current page, what option i have to select or what version of theme i have to install to got it?
    i tried with swift 6.1.0 but no good result.
    Thanks for your help

Leave a Reply

Your email address will not be published. Required fields are marked *