Need Some CSS help to put a button with theme css

Discussion in 'WordPress' started by narutohits, Sep 9, 2015.

  1. #1
    hi
    i add a code in my wp theme for next and previous button but the button not working with CSS colors how to attach them now its looking link

    funnyvibez.com/to/29/2/ can see in this link

    and how i want it i makea image you can see

    http://i.imgur.com/HCDiJEF.jpg

    help me how can i do this to fix that bit issue
     
    narutohits, Sep 9, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Create a class for the button, and do something like this:
    
    a.navbutton {
    text-decoration: none;
    background: red;
    color: white;
    display: block;
    width: 5em;
    height: 1em;
    }
    
    Code (markup):
    should work (this is just an example, it won't look exactly like the buttons you have, for that you have to adjust the size and color) - also, this assumes that the buttons are actually links to begin with.
     
    PoPSiCLe, Sep 10, 2015 IP