• Resolved Pieterbroeckx

    (@pieterbroeckx)


    I want to change the title in the showcase.
    I alredy did it whit normal pages like this http://mtbclinics.co.nf/about-me/
    Code:

    .singular .entry-header {
    	-moz-border-image:url(/wp-content/themes/mtbclinics/images/GreenBorder.png) 0 0 30 0 stretch;
    	-webkit-border-image:url(/wp-content/themes/mtbclinics/images/GreenBorder.png) 0 0 30 0 stretch;
    	-o-border-image:url(/wp-content/themes/mtbclinics/images/GreenBorder.png) 0 0 30 0 stretch;
    	border-image:url(/wp-content/themes/mtbclinics/images/GreenBorder.png) 0 0 30 0 stretch;
    	border-bottom-style:solid;
    	border-bottom-color:#99cc00; /*for firefox*/
    	background-image:url('/wp-content/themes/mtbclinics/images/mudpost_background.png' );
    	background-repeat:no-repeat;
    }

    Now I search the title reference of the schowcase “themplate?”.
    see: http://mtbclinics.co.nf/blog/

    Thanx Pieter

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do that by simply adding another selector to the existing CSS code you have there:

    .showcase .entry-header, .singular .entry-header {
    ...
    }

    Firebug is a really great tool for working with CSS and easily identifying the code you need to change for things like this.

    Thread Starter Pieterbroeckx

    (@pieterbroeckx)

    thanx thanx thanx !
    that did it
    I did it whit firefox inspect 3D before.
    I’ll try firebug 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Twenty Eleven] edit Showcase title img’ is closed to new replies.