Featured Wordpress Themes

Image borders
  • I have some images I don't want a border.. most of them I do. No matter what I've tried I can't get the border to be 0. I created a separate class for the images that I don't want to have a border. I've tried specifying different border options and also adding !important and also .img-noborder img { } and img-noborder img a { }.. yada yada yada.

    I am so frustrated! Please help! I've searched online and still can't find the answer... It seems like it should be so easy!...
  • 6 Comments sorted by
  • Hi localweb,
    basically, if you want to remove the borders, it is done as you wrote. Just set the border to none or 0px ... Can you provide a link to your website so i can look what is causing the problem ?

    Cheers
  • It's the borders around the little buttons on the generator: http://www.freespiritlounge.com/tool-chords-basic/index.html
  • I still can't figure this out...
  • Hi,

    Open styles.css and remove these lines: 89, 90, 91

    this code:
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;


    or set values to 0px

    Patrik
  • Yeah, I tried taking it off already.. It is the code for rounded corners, not the borders. I've had the same problem with other templates. I had to hire someone to fix it.. but I don't want to have to hire anyone anymore to fix such a small thing. I am all out of ideas of what to try..

    .btn {
    display: block;
    position: absolute;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: none;
    color: #000;
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-style: none !important;
    }
  • ... it was this code that I needed to remove:

    background: url('../images/light_picture.png') bottom left repeat-x;

    I would've thought you would know since it is your template.

    Love the theme. It is working out well for me.