Forum Replies Created

Viewing 15 replies - 211 through 225 (of 340 total)
  • Have you tried change your recent theme with default theme?

    Hi atimoda,
    If you switched the default theme and it still goes to the same place, then i have no idea, sorry 🙁

    A screencast how to style an active nav.
    [link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]

    Hey lolaludesign,

    Here is a screencast to change page order, i hope it help.[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]

    Greetings.

    hey bongkph,
    the code to include the category : <?php the_category(', '); ?>
    [link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]This video explains how to add tags to your post meta, so you can change tags code with <?php the_category(', '); ?>
    Good luck.

    A link to your site, might help others more easier to help 🙂

    Hey kimberking,

    Do you have functions.php and sidebar.php in your theme folder?
    As far as I know widgets will be in sidebar, and this sidebar has to be dynamic.

    Greetings.

    I hope this helps though, if it doesn’t i am sorry 🙁 I hope others can help, good night from Germany.

    Alright this is the code i have changed in css file, you can copy all and paste it, but rename your style.css to style-Orig.css in case you want to have the original 🙂

    /*
    Theme Name: ShadowBox
    Theme URI: http://segueproject.org/wordpress/themes/
    Description: Flexible and extensible theme with a WYSIWYG theme editor that includes options for 1-3 sidebars, custom header image and a dozen variations.
    Version: 1.5.3
    Author: Alex Chapin
    Author URI: http://www.alexchapin.com
    Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options, fixed-width, flexible-width, custom-colors, custom-header, sticky-post, light, dark, white, black, yellow, blue, green, red, silver
    */
    
    /* Begin Typography & Colors */
    
    body {
    	font-size: 62.5%;
    	font-family:Arial,Helvetica,sans-serif;
    	color: #444444;
    	background-color: #FFFFFF;
    	background-image: url('variations/shadowbox-gray-white/bg_topdark.jpg');
    	background-repeat: repeat-x;
    	background-position: top;
    	margin-top: 10px;
    }
    
    #headerimg 	{
    	margin: 7px 9px 0;
    	height: 192px;
    /*	width: 740px;*/
    	}
    
    #content {
    	font-size: 1.2em
    	}
    
    .thread-alt {
    	background-color: #f8f8f8;
    }
    .thread-even {
    	background-color: white;
    }
    .depth-1 {
    border: 1px solid #ddd;
    }
    
    .even, .alt {
    
    	border-left: 1px solid #ddd;
    }
    
    #footer {
    
    }
    
    small {
    	font-family: Arial, Helvetica, Sans-Serif;
    	font-size: 0.9em;
    	line-height: 1.5em;
    	}
    
    h1, h2, h3 {
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-weight: normal;
    	border-bottom: 1px solid #CCCCCC;
    	}
    
    h1 {
    	font-size: 2em;
    	text-align: center;
    	}
    
    #headerimg .description {
    	font-size: 1.2em;
    	text-align: center;
    	}
    
    h2 {
    	font-size: 1.6em;
    	}
    
    h2.pagetitle {
    	font-size: 1.6em;
    	}
    
    .sidebarleft01 h2 {
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}
    
    .sidebarright01 h2, .sidebarright01 ul li h2{
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-size: 1.2em;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}
    
    .sidebarright02 h2 {
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-size: 1.2em;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}
    
    h3 {
    	font-size: 1.3em;
    	}
    
    .commentlist li, #commentform input, #commentform textarea {
    	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	}
    .commentlist li ul li {
    	font-size: 1em;
    }
    
    .commentlist li {
    	font-weight: bold;
    }
    
    .commentlist li .avatar {
    	float: right;
    	border: 1px solid #eee;
    	padding: 2px;
    	background: #fff;
    	}
    
    .commentlist cite, .commentlist cite a {
    	font-weight: bold;
    	font-style: normal;
    	font-size: 1.1em;
    	}
    
    .commentlist p {
    	font-weight: normal;
    	line-height: 1.5em;
    	text-transform: none;
    	}
    
    #commentform p {
    	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	}
    
    .commentmetadata {
    	font-weight: normal;
    	}
    
    small, .nocomments, .postmetadata, blockquote, strike {
    	color: #777;
    	}
    
    .sidebarleft01 ul ul li, .sidebarleft01 ul ol li {
    	color: #777;
    	}
    
    .sidebarright01 ul ul li, .sidebarright01 ul ol li {
    	color: #777;
    	}
    
    .sidebarright02 ul ul li, .sidebarright02 ul ol li {
    	color: #777;
    	}
    
    code {
    	font: 1.1em 'Courier New', Courier, Fixed;
    	}
    
    acronym, abbr, span.caps
    {
    	font-size: 0.9em;
    	letter-spacing: .07em;
    	}
    
    #wp-calendar #prev a, #wp-calendar #next a {
    	font-size: 9pt;
    	}
    
    #wp-calendar a {
    	text-decoration: none;
    	}
    
    #wp-calendar caption {
    	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	text-align: center;
    	}
    
    #wp-calendar th {
    	font-style: normal;
    	text-transform: capitalize;
    	}
    /* End Typography & Colors */
    
    #headerimg {
    	margin: 0;
    	height: 200px;
    	width: 100%;
    	}
    
    .post {
    	margin: 0 0 30px;
    	text-align: justify;
    	line-height: 1.5em;
    	}
    
    .post hr {
    	display: block;
    	}
    
    .postmetadata {
    	clear: both;
    	text-align: left;
    }
    
    .clear {
    	clear: both;
    }
    
    #footer {
    	padding: 0;
    	margin: 0 auto;
    /*	width: 760px;*/
    	clear: both;
    	}
    
    #footer p {
    	margin: 0;
    	padding: 20px 0;
    	text-align: center;
    	}
    
    /* End Structure */
    
    /*	Begin Headers */
    h1 {
    	padding-top: 20px;
    	padding-left: 0px;
    	margin: 0;
    	text-align: left;
    	}
    
    h2 {
    	margin: 10px 0 0;
    	}
    
    h3 {
    	padding: 0;
    	margin: 30px 0 0;
    	}
    
    h3.comments {
    	padding: 0;
    	margin: 40px auto 20px ;
    	}
    /* End Headers */
    
    /* Begin Images */
    p img {
    	padding: 0;
    	max-width: 100%;
    	}
    
    /*	Using 'class="alignright"' on an image will (who would've
    	thought?!) align the image to the right. And using 'class="centered',
    	will of course center the image. This is much better than using
    	align="center", being much more futureproof (and valid) */
    
    img.centered {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	}
    
    img.alignright {
    	padding: 4px;
    	margin: 0 0 2px 7px;
    	display: inline;
    	}
    
    img.alignleft {
    	padding: 4px;
    	margin: 0 7px 2px 0;
    	display: inline;
    	}
    
    .alignright {
    	float: right;
    	}
    
    .alignleft {
    	float: left
    	}
    /* End Images */
    
    /* Begin Lists
    
    	Special stylized non-IE bullets
    	Do not work in Internet Explorer, which merely default to normal bullets. */
    
    html>body .entry ul {
    	margin: 3px 0 3px 3px;
    	padding-right: 5px;
    	padding-left: 20px;
    	}
    
    html>body .entry li {
    	margin: 3px 0 3px 3px;
    	}
    
    .entry ol li {
    	list-style-type: decimal;
    }
    
    .entry ol {
    	padding: 0 0 0 25px;
    	margin: 0;
    	}
    
    .entry ol li {
    	margin: 0;
    	padding: 0;
    	}
    
    .postmetadata ul, .postmetadata li {
    	display: inline;
    	list-style-type: none;
    	list-style-image: none;
    	}
    
    .sidebarleft01 ul, .sidebarleft01 ul ol {
    	margin: 0;
    	padding: 0;
    	}
    
    .sidebarright01 ul, .sidebarright01 ul ol {
    	margin: 0;
    	padding: 0;
    	}
    
    .sidebarright02 ul, .sidebarright02 ul ol {
    	margin: 0;
    	padding: 0;
    	}
    
    .sidebarleft01 ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 10px;
    	}
    
    .sidebarright01 ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 10px;
    	}
    
    .sidebarright02 ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 10px;
    	}
    
    .sidebarleft01 ul p, .sidebarleft01 ul select {
    	margin: 5px 0 8px;
    	}
    
    .sidebarright01 ul p, .sidebarright01 ul select {
    	margin: 5px 0 8px;
    	}
    
    .sidebarright02 ul p, .sidebarright02 ul select {
    	margin: 5px 0 8px;
    	}
    
    .sidebarleft01 ul ul, .sidebarleft01 ul ol {
    	margin: 0px 0 0 0;
    	}
    
    .sidebarright01 ul ul, .sidebarright01 ul ol {
    	margin: 0px 0 0 0;
    	}
    
    .sidebarright02 ul ul, .sidebarright02 ul ol {
    	margin: 0px 0 0 0;
    	}
    
    .sidebarleft01 ul ul ul, .sidebarleft01 ul ol {
    	margin: 0 0 0 10px;
    	}
    .sidebarright01 ul ul ul, .sidebarright01 ul ol {
    	margin: 0 0 0 10px;
    	}
    .sidebarright02 ul ul ul, .sidebarright02 ul ol {
    	margin: 0 0 0 10px;
    	}
    
    ol li, .sidebarleft01 ul ol li {
    	/*list-style: decimal outside;*/
    	list-style: none;
    	}
    ol li, .sidebarright01 ul ol li {
    	/*list-style: decimal outside;*/
    	list-style: none;
    	}
    ol li, .sidebarright02 ul ol li {
    	/*list-style: decimal outside;*/
    	list-style: none;
    	}
    
    .bottombar {
    	float: left;
    
    }
    
    .sidebarleft01 a .cat-item {
    	display: block;
    	color: #999999;
    
    	}
    .sidebarright01 a .cat-item {
    	display: block;
    	color: #999999;
    
    	}
    .sidebarright02 a .cat-item {
    	display: block;
    	color: #999999;
    
    	}
    
    /* End Entry Lists */
    
    /* Begin Form Elements */
    #searchform {
    	margin: 10px auto;
    	padding: 5px 3px;
    	text-align: left;
    	}
    
    .sidebarleft01 #searchsubmit {
    	padding: 1px;
    	}
    .sidebarright01 #searchsubmit {
    	padding: 1px;
    	}
    .sidebarright02 #searchsubmit {
    	padding: 1px;
    	}
    
    .entry form { /* This is mainly for password protected posts, makes them look better. */
    	text-align:center;
    	}
    
    select {
    	width: 130px;
    	}
    
    #commentform input {
    	width: 170px;
    	padding: 2px;
    	margin: 5px 5px 1px 0;
    	}
    
    #commentform {
    	margin: 5px 10px 0 0;
    	}
    #commentform textarea {
    	width: 100%;
    	padding: 2px;
    	}
    #respond:after {
    		content: ".";
    	    display: block;
    	    height: 0;
    	    clear: both;
    	    visibility: hidden;
    	}
    #commentform #submit {
    	margin: 0 0 5px auto;
    	float: right;
    	}
    /* End Form Elements */
    
    /* Begin Comments*/
    .alt {
    	margin: 0;
    	padding: 10px;
    	}
    
    .commentlist {
    	padding: 0;
    	text-align: justify;
    	}
    
    .commentlist li {
    	margin: 15px 0 10px;
    	padding: 5px 5px 10px 10px;
    	list-style: none;
    
    	}
    .commentlist li ul li {
    	margin-right: -5px;
    	margin-left: 10px;
    }
    
    .commentlist p {
    	margin: 10px 5px 10px 0;
    }
    .children { padding: 0; }
    
    #commentform p {
    	margin: 5px 0;
    	}
    
    .nocomments {
    	text-align: center;
    	margin: 0;
    	padding: 0;
    	}
    
    .commentmetadata {
    	margin: 0;
    	display: block;
    	}
    /* End Comments */
    
    /* Begin Calendar */
    #wp-calendar {
    	empty-cells: show;
    	margin: 10px auto 0;
    	width: 155px;
    	}
    
    #wp-calendar #next a {
    	padding-right: 10px;
    	text-align: right;
    	}
    
    #wp-calendar #prev a {
    	padding-left: 10px;
    	text-align: left;
    	}
    
    #wp-calendar a {
    	display: block;
    	}
    
    #wp-calendar caption {
    	text-align: center;
    	width: 100%;
    	}
    
    #wp-calendar td {
    	padding: 3px 0;
    	text-align: center;
    	}
    
    #wp-calendar td.pad:hover { /* Doesn't work in IE */
    	background-color: #fff; }
    /* End Calendar */
    
    /* Begin Various Tags & Classes */
    acronym, abbr, span.caps {
    	cursor: help;
    	}
    
    acronym, abbr {
    	border-bottom: 1px dashed #999;
    	}
    
    blockquote {
    	margin: 15px 30px 0 10px;
    	padding-left: 20px;
    	border-left: 5px solid #ddd;
    	}
    
    blockquote cite {
    	margin: 5px 0 0;
    	display: block;
    	}
    
    .center {
    	text-align: center;
    	}
    
    .hidden {
    	display: none;
    	}
    
    hr {
    	display: none;
    	}
    
    a img {
    	border: none;
    	}
    
    .navigation {
    	display: block;
    	text-align: center;
    	margin-top: 10px;
    	margin-bottom: 30px;
    	clear: both;
    	}
    /* End Various Tags & Classes*/
    
    /* Captions */
    .aligncenter,
    div.aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .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;
    }
    
    .wp-caption img {
    	margin: 0;
    	padding: 0;
    	border: 0 none;
    }
    
    .wp-caption p.wp-caption-text {
    	font-size: 11px;
    	line-height: 17px;
    	padding: 0 4px 5px;
    	margin: 0;
    }
    /* End captions */
    
    /* Variation non-configurable options */
    
    #syndication{
    	width: 100%;
    	text-align: right;
    	font-size: 11px;
    	padding: 5px 0 0 0;
    	white-space:nowrap;
    }
    
    #syndication span {
    	padding: 5px 10px 0 23px;
    	background: url(variations/feed.png) no-repeat 0 1px;
    	border-bottom: none;
    }
    
    #syndication a.feed{
    	padding: 5px 10px 0 23px;
    	background: url(variations/feed.png) no-repeat 0 1px;
    	border-bottom: none;
    }
    
    .page-widgets ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 10px;
    	margin-left: -30px;
    	font-size: 12px;
    	padding: 0;
    }
    
    .sidebarleft01 li.current_page_item a {
       font-weight: bold;
       border-bottom: none;
    }
    
    .sidebarright01 li.current_page_item a {
       font-weight: bold;
       border-bottom: none;
    }
    
    .sidebarright02 li.current_page_item a {
       font-weight: bold;
       border-bottom: none;
    }
    
    /* end RSS styles */
    
    /* Variation default configurable options */
    
    .sitewrapper {
    	width: 900px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 0px;
    }
    
    .headerwrapper {
    	width: 900px;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .block_background .block_background_content {
    	background-color: #FFFFFF;
    	padding: 15px;
    	text-align: left;
    	margin: 0px;
    }
    
    .block_foreground {
    
    }
    
    .page_top {
    	background-image: url('variations/shadowbox-default/850-top.png');
    	background-repeat: no-repeat;
    	background-position: center;
    	border-top: 1px none #000000;
    	border-left: 1px none #000000;
    	border-right: 1px none #000000;
    	padding-top: 30px;
    	margin-top: px;
    }
    
    .page_main {
    	background-color: transparent;
    	background-image:  url('variations/shadowbox-default/850-main.png');
    	background-repeat: repeat-y;
    	background-position: center;
    	border-left: 1px none #000000;
    	border-right: 1px none #000000;
    	padding-top: px;
    	padding-right: 50px;
    	padding-left: 50px;
    }
    
    .page_bottom {
    	background-color: transparent;
    	background-image:  url('variations/shadowbox-default/850-bottom.png');
    	background-repeat: no-repeat;
    	background-position: center;
    	border-bottom: 1px none #000000;
    	border-left: 1px none #000000;
    	border-right: 1px none #000000;
    	padding-top: 30px;
    	margin-bottom: px;
    }
    
    #header {
    	border-bottom: 1px solid #999999;
    	border-top: 1px solid #999999;
    	margin: 0 0 0 1px;
    	padding: 0 2px 0 2px;
    }
    
    .headermeta_left {
    	font-size: 12px;
    	width: 50%;
    	text-align: left;
    	margin-left: 30px;
    }
    
    .headermeta_right {
    	font-size: 12px;
    	width: 45%;
    	text-align: right;
    	float: right;
    	clear: left;
    	margin-right: 30px;
    }
    
    .footermeta_left {
    	font-size: 12px;
    	width: 50%;
    	text-align: left;
    	margin-left: 30px;
    	padding-top: 5px;
    	padding-bottom: 10px;
    }
    
    .footermeta_right {
    	font-size: 12px;
    	width: 40%;
    	text-align: right;
    	float: right;
    	margin-right: 20px;
    	padding-top: 5px;
    	padding-bottom: 10px;
    }
    
    .contentblock, .widecolumn, .narrowcolumn {
    	color: #444444;
    	background-color: rgba(255, 255, 255, 1);
    	border-top: 1px none ;
    	border-bottom: 1px none ;
    	border-left: 1px none ;
    	border-right: 1px none ;
    	padding-right: 20px;
    	padding-left: 20px;
    	padding-bottom: 20px;
    }
    
    h1, h2, h3 {
    	color: #999999;
    	border-bottom: 1px solid #CCCCCC;
    }
    
    a, h2 a:hover, h3 a:hover {
    	color: #003366;
    	text-decoration: none;
    }
    
    a:hover {
    	color: #003366;
    	border-bottom:1px solid #003366;
    	text-decoration: none;
    }
    
    .headerblock {
    	color: #444444;
    	background-color: rgba(249, 249, 249, 1);
    	border-top: 1px solid #CCCCCC;
    	border-bottom: 1px solid #CCCCCC;
    	border-left: 1px solid #CCCCCC;
    	border-right: 1px solid #CCCCCC;
    	padding-top: 0px;
    	height: 100px;
    }
    
    .headerblock:hover {
    	background-color: rgba(249, 249, 249, 1.1);
    	border-top: 1px solid #CCCCCC;
    	border-bottom: 1px solid #CCCCCC;
    	border-left: 1px solid #CCCCCC;
    	border-right: 1px solid #CCCCCC;
    }
    
    .topblock {
    	color:  #444444;
    	background-color: rgba(255, 255, 255, 1);
    	border-bottom: 1px solid #CCCCCC;
    	padding-top: 3px;
    	padding-bottom: 1px;
    	padding-left: 10px;
    }
    
    .topblock a {
    	color: #003366;
    }
    
    .topblock a:hover {
    	color: #003366;
    	border-bottom: 1px solid ;
    }
    
    .bottomblock {
    	color:  #444444;
    	background-color: rgba(255, 255, 255, 1);
    	border-bottom: 1px none ;
    	padding-top: 2px;
    	padding-bottom: 2px;
    	padding-left: 10px;
    	margin-right: 5px;
    }
    
    .bottomblock:hover {
    	background-color: rgba(255, 255, 255, 1.1);
    }		
    
    .bottomblock a {
    	color: #003366;
    }
    
    .bottomblock a:hover {
    	color: #003366;
    	border-bottom: 1px solid #003366;
    }
    
    div .hr {
    	color: #CCCCCC;
    	background-color: #999999;
    	height: 1px;
    	margin-right: -1px;
    	margin-left: -1px;
    	margin-bottom: 0px;
    }
    
    .headertext a {
    	display: block;
    	padding-top: 25px;
    	padding-left: 10px;
    	color: #003366;
    	font-size: 27px;
    	font-weight: normal;
    	border-bottom: none;
    }
    
    .headertext a:hover {
    	display: block;
    	padding-top: 25px;
    	padding-left: 10px;
    	color: #003366;
    	border-bottom: none;
    }
    
    .headerblock .description {
    	display: block;
    	padding-left: 15px;
    	color: #666666;
    	font-size: 12px;
    }
    
    /* Begin sidebar list */
    .sidebarleft01 ul ul li, .sidebarleft01 ul ol li {
    	font-size: 12px;
    	color: #444444;
    	list-style-type:none;
    	margin: 3px 0 -4px;
    	padding: 3px;
    	padding-right: 10px;
    }
    
    .sidebarright01 ul ul li, .sidebarright01 ul ol li {
    	font-size: 12px;
    	color: #444444;
    	list-style-type:none;
    	margin: 3px 0 -4px;
    	padding: 3px;
    	padding-right: 10px;
    }
    
    .sidebarright02 ul ul li, .sidebarright02 ul ol li {
    	font-size: 12px;
    	color: #444444;
    	list-style-type:none;
    	margin: 3px 0 -4px;
    	padding: 3px;
    	padding-right: 10px;
    }
    
    /* Begin sidebar search form */
    .sidebarleft01  #searchform #s {
    	background-color: #FFFFFF;
    	color: #003366;
    	border: 1px solid #999999;
    	width: 108px;
    	padding: 2px;
    }
    
    .sidebarright01  #searchform #s {
    	background-color: #FFFFFF;
    	color: #003366;
    	border: 1px solid #999999;
    	width: 108px;
    	padding: 2px;
    }
    
    .sidebarright02  #searchform #s {
    	background-color: #FFFFFF;
    	color: #003366;
    	border: 1px solid #999999;
    	width: 108px;
    	padding: 2px;
    }
    
    /* Begin block color borders and opacity */
    .left01block {
    	color: #444444;
    	background-color: rgba(249, 249, 249, 1);
    	border-top: 1px none #CCCCCC;
    	border-bottom: 1px none #CCCCCC;
    	border-left: 1px none #CCCCCC;
    	border-right: 1px none #CCCCCC;
    }
    
    .left01block:hover {
    	background-color: rgba(249, 249, 249, 1.1);
    }
    
    .right01block {
    	color: #444444;
    	background-color: rgba(249, 249, 249, 1);
    	border-top: 1px solid #CCCCCC;
    	border-bottom: 1px solid #CCCCCC;
    	border-left: 1px solid #CCCCCC;
    	border-right: 1px solid #CCCCCC;
    }
    
    .right01block:hover {
    	background-color: rgba(249, 249, 249, 1.1);
    }
    
    .right02block {
    	color: #444444;
    	background-color: rgba(249, 249, 249, 1);
    	border-top: 1px none #CCCCCC;
    	border-bottom: 1px none #CCCCCC;
    	border-left: 1px none #CCCCCC;
    	border-right: 1px none #CCCCCC;
    }
    
    .right02block:hover {
    	background-color: rgba(249, 249, 249, 1.1);
    }
    
    /* Begin sidebar text, width and visibility  */
    .sidebarleft01 {
    	color: #444444;
    	width: 0px;
    	visibility: hidden;
    	padding-left: 25px;
    	padding-right: 25px;
    	padding-bottom: 25px;
    }
    
    .sidebarright01 {
    	width: 200px;
    	visibility: visible;
    	padding-left: 25px;
    	padding-right: 25px;
    	padding-bottom: 25px;
    }
    
    .sidebarright02 {
    	width: 0px;
    	visibility: hidden;
    	padding-left: 25px;
    	padding-right: 25px;
    	padding-bottom: 25px;
    }
    
    /* Begin sidebar links */
    .sidebarleft01 a {
    	color: #003366;
    	border-bottom:1px none #003366;
    }
    
    .sidebarleft01 a:hover {
    	color: #003366;
    	border-bottom:1px solid #003366;
    }
    
    .sidebarright01 a {
    	color: #003366;
    	border-bottom:1px none #003366;
    }
    
    .sidebarright01 a:hover {
    	color: #003366;
    	border-bottom:1px solid #003366;
    }
    
    .sidebarright02 a {
    	color: #003366;
    	border-bottom:1px none #003366;
    }
    
    .sidebarright02 a:hover {
    	color: #003366;
    	border-bottom:1px solid #003366;
    }		
    
    /* Begin sidebar headings */
    .topblock h2 {
    	color: #003366;
    	padding-left: 0px;
    	border-bottom: 1px none #CCCCCC;
    }
    
    .bottomblock h2 {
    	color: #003366;
    	padding-left: 0px;
    	border-bottom: 1px none #CCCCCC;
    }
    
    .sidebarleft01 h2 {
    	color: #333333;
    	padding-left: 0px;
    	border-bottom: 1px none #CCCCCC;
    }
    
    .sidebarright01 h2 {
    	color: #333333;
    	padding-left: 0px;
    	border-bottom: 1px none #CCCCCC;
    }
    
    .sidebarright02 h2 {
    	color: #333333;
    	padding-left: 0px;
    	border-bottom: 1px none #CCCCCC;
    }
    
    /* Begin entry/post links */
    
    .post h2 {
    	color: #003366;
    	display: block;
    	text-align: left;
    	border-bottom: 1px solid #CCCCCC;
    }
    
    .post h2:hover {
    	border-bottom: 1px solid #003366;
    }
    
    .post h2 a {
    	display: block;
    	border-bottom: none;
    }
    
    .entry h2:hover {
    	border-bottom: 1px solid #CCCCCC;
    }
    
    .entry h2 a, .entry h3 a {
    	text-decoration: none;
    	border-bottom: none;
    }
    
    .entry h2 a:hover, .entry h3 a:hover {
    	border-bottom: none;
    	text-decoration: none;
    }
    
    .entry {
    	text-align: justify;
    }
    
    .entry a {
    	color: #003366;
    	text-decoration:none;
    	border-bottom: 1px dotted ;
    	padding:0.07em;
    }
    
    .entry a:hover {
    	border-bottom: 1px solid;
    	background-color: #efc;
    }
    
    .entry a:visited {
    	color: #777777;
    	border-bottom: 1px dotted ;
    }
    
    .entry .morelink a {
    	display: block;
    	text-align: center;
    	border-top: 1px solid #CCCCCC;
    	border-bottom: 1px dotted #CCCCCC;
    	text-decoration: none;
    }
    
    .morelink a:hover {
    	background-color: transparent;
    	color: #003366;
    	border-top: 1px solid #003366;
    	border-bottom: 1px dotted #003366;
    }
    
    .postmetadata.alt {
    	clear: both;
    	text-align: center;
    	margin-top: 10px;
    	border-top: 1px solid #CCCCCC;
    	border-left: 1px none #CCCCCC;
    }
    
    .postmetadata.alt:hover {
    	border-top: 1px solid #003366;
    }
    
    .postmetadata.alt a {
    	display: block;
    	color: #003366;
    	padding-bottom: 2px;
    	border-bottom: 1px dotted #CCCCCC;
    	text-decoration: none;
    }
    
    .postmetadata.alt a:hover {
    	background-color: transparent;
    	color: #003366;
    	border-bottom: 1px dotted #003366;
    }
    
    /* Begin tag links */
    .tag a {
    	-moz-border-radius-bottomleft:3px;
    	-moz-border-radius-bottomright:3px;
    	-moz-border-radius-topleft:3px;
    	-moz-border-radius-topright:3px;
    	color:#003366;
    	background-color:#FFF8C6;
    	border:1px solid #ccc;
    	cursor:default;
    	display:inline-block;
    	margin:2px 0.2em; padding:0.1em 0.2em;
    }
    
    .tag a:hover {
    	text-decoration: none;
    	background-color: #e9e9c9;
    }
    
    /* Begin category links */
    .category a {
    	-moz-border-radius-bottomleft:3px;
    	-moz-border-radius-bottomright:3px;
    	-moz-border-radius-topleft:3px;
    	-moz-border-radius-topright:3px;
    	color:#003366;
    	background-color:#e9e9c9;
    	border:1px solid #ccc;
    	cursor:default;
    	display:inline-block;
    	margin:2px 0.2em; padding:0.1em 0.2em;
    }
    
    .category a:hover {
    	text-decoration: none;
    	background-color: #FFF8C6;
    }		
    
    /* Begin editing UI links */
    .postlink a {
    	display: block;
    	border: 1px dotted #003366;
    	text-align: center;
    	padding: 5px;
    	margin-top: 10px;
    }
    
    .postlink a:hover {
    	display: block;
    	border: 1px solid #003366;
    	text-align: center;
    	padding: 5px;
    	margin-top: 10px;
    }
    
    .editlink a {
    	display: block;
    	border: 1px dotted #003366;
    	text-align: center;
    	text-decoration: none;
    	padding: 1px;
    	margin-top: 10px;
    	margin-bottom: 10px;
    }
    
    .editlink a:hover {
    	background-color: transparent;
    	text-decoration: none;
    	border: 1px solid #003366;
    }
    
    h2 {
    	color: #444444;
    	text-decoration: none;
    }
    
    /* Begin comments */
    #commentform textarea {
    	background-color: #FFFFFF;
    	color: #000000;
    }
    
    .thread-alt {
    	background-color: #f8f8f8;
    }
    .thread-even {
    	background-color: #FFFFFF;
    }
    
    /* Begin background text and link color */
    .bgtextcolor {
    	color: #999999;
    }
    
    .bgtextcolor a {
    	color: #666666;
    }
    
    .bgtextcolor a:hover {
    	color: #666666;
    	border-bottom: 1px solid #666666;
    }
    
    small, .nocomments, .postmetadata, blockquote, strike {
    	color: #444444;
    }	
    
    .headerblock {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF9F9F9,endColorstr=#FFF9F9F9);zoom: 1;}
    .topblock {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);zoom: 1;}
    .contentblock {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);zoom: 1;}
    .bottomblock {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);zoom: 1;}
    .left01block {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF9F9F9,endColorstr=#FFF9F9F9);zoom: 1;}
    .right01block {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF9F9F9,endColorstr=#FFF9F9F9);zoom: 1;}
    .right02block {*background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF9F9F9,endColorstr=#FFF9F9F9);zoom: 1;}

    Hello michael77002

    Please check this link I have changed the font to comic sans with red font. Is this what you mean? but you want it with Arial?

    .sidebarleft01 h2 {
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}
    
    .sidebarright01 h2, .sidebarright01 ul li h2{
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-size: 1.2em;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}
    
    .sidebarright02 h2 {
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-size: 1.2em;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}

    I am the one who should apologize 🙂 i did typed completely wrong. Sorry again Michael.

    .sidebarleft01 h2, .sidebarright01 ul li h2{
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}

    i missed a space. sorry 🙂

    Hey michael77002,

    Try to look this code in your style.css fyle:

    .sidebarleft01 h2{
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}

    and add this .sidebarright01 ul li h2 so the end this part will look like:

    .sidebarleft01 h2,.sidebarright01 ul li h2{
    	font-family: Arial, Helvetica, Sans-Serif, Sans-Serif;
    	font-variant: small-caps;
    	margin: 5px 0 0;
    	padding-left: 5px;
    	padding-top: 15px;
    	padding-bottom: 10px;
    	font-size: 18px;
    	}

    Hey MrBluesummers,
    have you tried switched the theme back to default and see what will happen?

    Probably jennanash extract the files of the themes not inside a folder. If you upload a zipped file and press extract on the folder, be sure you make a folder to hold the theme files. Example the zipped file name is: BlueSea.zip then you will have to extract the files in a folder called BlueSea or any names you like. Then you will see your theme 🙂

Viewing 15 replies - 211 through 225 (of 340 total)