Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #50680
    reefadmin
    Member

    Hi, I have looked in support and found various CSS codes to get rid of borders in images, I’ve tried them all and no luck. url is http://176.32.230.24/hayleys-little-explorers.co.uk/

    I would also like to change the colour of the copyright link for the company name. Can’t see where to do that. Thank you!

    #50687
    reefadmin
    Member

    I managed to remove the borders in images, it was a plugin! Just need help with the colour of the company name in the footer. Thanks!

    #50695
    reefadmin
    Member

    Oh, this image has a border still http://176.32.230.24/hayleys-little-explorers.co.uk/contact/

    I included it as a widget image link (text). thanks!

    #50698
    Sakin
    Keymaster

    @reefadmin: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Footer Text Color */
    #site-generator { color: #999;}
    /* Footer Link Color */
    #site-generator a { color: #ddd; }
    /* Footer Link Hover Color */
    #site-generator a:hover { color: #fff; }
    #50709
    reefadmin
    Member

    Thanks Sakin! Any idea how to get rid of a border in a widget? I deactivated all the image plugins.

    #50725
    Sakin
    Keymaster

    @reefadmin: You can add the following css to remove border from the images.

    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        box-shadow: none;
    }
    #51040
    reefadmin
    Member

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove borders from images’ is closed to new replies.