Forums

Image in header becomes bordered when linked (8 posts)

  1. websurfpro
    Member
    Posted 3 years ago #

    I noticed that after i inserted a link to my logo in the header , the logo becomes bordered. I read the forum and found that I have to find and replace some line in my css but i can`t find the exact line in my theme style sheeet.

    Thanks

  2. Chrisber
    Member
    Posted 3 years ago #

    No one else can find it either without a link to your site.

  3. websurfpro
    Member
    Posted 3 years ago #

    http://www.nowincinema.info is the site , its the logo in the header. I don`t want the actual image to have any kind of border but it must be linked to my homepage.

    Thanks

  4. glrss
    Member
    Posted 3 years ago #

    In your stylesheet set the border to 0. Alternatively, add border=0 to the img tag.

  5. websurfpro
    Member
    Posted 3 years ago #

    Ive looked al over the style sheet and replaced all borders to 0, but it didnt solve the problem.

  6. glrss
    Member
    Posted 3 years ago #

    Add this to your stylesheet:

    #title img {
    border: 0;
    }
  7. websurfpro
    Member
    Posted 3 years ago #

    Thanks glrss that solved the problem. Is there any option to make all images that are linked , bordless ?

    Thanks a lot

  8. chaoskaizer
    Member
    Posted 3 years ago #

    Is there any option to make all images that are linked , bordless ?

    you can try ↓

    a img{border:0pt !important}

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.