1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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