WP Page Navi CSS

  • sylvia

    #2580

    Hi,

    Having difficulties changing the css associated with the wp page navi. Can someone tell me if i did this correctly? I copied the pagenavi-css.css file from the plugin folder into my child theme folder….and added an import statement to the top of the css file. Here is my code:

    @import url("../wp-pagenavi/pagenavi-css.css");

    .wp-pagenavi {
    clear: both;
    font-size:36px;
    }

    .wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    }

    .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
    }

    .wp-pagenavi span.current {
    font-weight: bold;
    }

    Did I do this correctly? Because it is not change the text size to 36px…..please help!

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.