• I’m presently using a wordpress template which is so ok, only one thing is disturbing, it makes a 1px thin angled frame around pics on the frontpage (not within the posts).

    When using pics with round corners it doesnt look so nice to have an angled frame surrounding every pic.

    When trying to find this at style.css there are just too many entries that read like “border 1px”.

    Trying to get this info from the forum of this particular template, I didnt get any answer for 2 weeks.

    How to locate the command line for pic frames on the frontpage at style.css?

    Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to theme in question would be nice so that we could look at the style sheet for ourselves.

    Thread Starter rainer23

    (@rainer23)

    https://themesdemo.wpthemesplugin.com/ this demo shows the front page of ikarus white theme and having a thin 1 px angled frame around the pics. When clicking on “read more” and you come inside of a topic the pics have no more such a frame. Only on the front page. Any idea? Thanks for any help!

    The only border around images used in posts that I could find is when images use the new WordPress caption feature and you insert a caption. According to the style sheet such captions use a border and a background colour.

    .wp-caption {
    	border: 1px solid #ddd;
    	text-align: center;
    	background-color: #f3f3f3;
    	padding-top: 4px;
    	margin: 10px;
    	-moz-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thin border/frame around image’ is closed to new replies.