• Resolved roya57

    (@roya57)


    The black bar with the genericons in the twenty fourteen epherma widget title only appears when it is included in the content sidebar. How can I force it to show on the primary sidebar too?

    ( I have changed the primary sidebar color to white, so no problem there)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Get a custom CSS plugin and put this:

    .primary-sidebar .widget_twentyfourteen_ephemera .widget-title {
    	line-height: 1.2857142857;
    	padding-top: 1px;
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
    	background-color: black;
    	color: black;
    	margin: -1px 9px 0 0;
    	padding: 6px 0 9px;
    	text-align: center;
    	vertical-align: middle;
    	width: 36px;
    }
    
    .primary-sidebar .widget .widget-title {
    	border-top: 5px solid #000;
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
    	content: "\f104";
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
    	content: "\f109";
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
    	content: "\f473";
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
    	content: "\f103";
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
    	content: "\f101";
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
    	content: "\f106";
    }
    
    .primary-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
    	content: "\f107";
    }
    Thread Starter roya57

    (@roya57)

    Thanks. Put it on the content sidebar anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Fourteen Epherma title different in content sidebar and primary sidebar’ is closed to new replies.