• Dear author of Fidi-2 design,

    I use on my WordPress your template. However, I’m looking in the Stylesheets.css the setting parameters for the hyperlink colors.

    In an external editor notepad ++ I could not find the on line looking for.

    I ask for your support.

    Thx

    my Website: http://xarraz.de
    Problemsite: http://xarraz.de/brauchbares/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there CherryCore,

    Hope you’re well! 🙂

    I suggest you use a child theme http://codex.wordpress.org/Child_Themes or use css custom plugin like this: https://wordpress.org/plugins/simple-custom-css/ if you will customize your theme.

    Add the code in your child theme’s style.css or using the plugin mentioned above.

    a {
    	color: red;
    }

    Just change the ‘red’ value to the one you like. 🙂

    Let me know if it helps! 🙂

    Best Regards,
    Calvin

    Thread Starter CherryCore

    (@cherrycore)

    I was looking for in style.css for your reference, but not found the place. With the simple css not also.

    Thread Starter CherryCore

    (@cherrycore)

    /*
    Theme Name: Fidi-2
    Version: 2.0.2.3
    Author: Cuvix
    Tags: black, dark, green, fixed-width, three-columns, microformats
    Theme URI: http://fidi.uinmalang.net/my-theme/fidi-2-0-theme-for-wordpress/
    Author URI: http://fidi.uinmalang.net/
    Description: The Second Edition of Fidi theme for WordPress by <a href="http://fidi.uinmalang.net/">Cuvix</a>. Dark-lime base color with 4 columns index page and 3 columns of single page. Built-in theme excerpt to limit shown words on index page. With 3 sidebars, placed on left, right, and bottom with widgets-ready to use. Version 2.0.2 added some functionality of the theme navigation menu.
    
    	Fidi 2.0
    	http://fidi.uinmalang.net/fidi-wordpress-theme-version-2
    
    	This theme was designed and built by Cuvix
    	visit my blog at http://fidi.uinmalang.net/
    
    	The CSS, XHTML and design is released under GPL:
    	http://www.opensource.org/licenses/gpl-license.php
    */
    
    /* general settings */
    body{ background-color: #24261c; font: 10px 'Segoe UI', 'Lucida Sans Unicode', 'trebuchet ms', sans-serif; color: #0f1300; line-height: 1.5em; }
    
    	a{ text-decoration: none; color: #000000; }
    	a:hover{ text-decoration: none; text-shadow: 1px -1px 0 rgba(0,0,0,0.5); }
    	a img{ margin: 0; border: none; }
    
    	h1, h2, h3, h4, h5, h6{ font-weight: bold; }
    	h1{ font-size: 18px; }	h2{ font-size: 16px; }	h3{ font-size: 14px; }	h4{ font-size: 12px; }	h5{ font-size: 10px; }	h6{ font-size: 8px; }	
    
    	.alignleft{ float: left; margin: 5px 10px 5px 3px; }	.aligncenter{ display: block; margin: 10px auto 10px; }	.alignright{ float: right; margin: 5px 13px 5px 10px; }
    
    	img.alignleft, img.aligncenter, img.alignright, .wp-caption{ background-color: #b8b8b8; border: solid 1px #434637; padding: 5px; }	img.size-full{ border: solid 1px #434637; }	
    
    	.clear{ margin: 0; clear: both; }
    
    	#header, #navigation, #content, #footer{ position: relative; height: auto; width: 100%; float: left; }
    
    	#header{ margin-top: 25px; }
    
    	.mainwrap{ position: relative; padding-left: 11px; padding-right: 11px; margin: auto; }
    
    	.botwrap{ position: relative; margin: 20px auto auto; }	
    
    	#header #head, #navigation #navigate, .wraper{ width: 1199px; margin: auto; }
    
    	#content{top: -4px;}
    /* ...end of general settings */
    
    /* header settings start here... */
    #header #head{ background: url(images/hdrc.gif) repeat-x; position: relative; height: 113px; }
    	#head .left, #head .right{ position: absolute; width: 14px; height: 113px; }
    	#head .left{ background: url(images/hdrl.gif) no-repeat; left: 0px; }
    	#head .right{ background: url(images/hdrr.gif) no-repeat; right: 0px; }
    	#head #sitetittle{ margin-top: 45px; margin-left: 50px; padding: 0; position: absolute; }
    		#sitetittle .sitettl{ font-weight: bold; font-size: 55px; }
    		#sitetittle .sitedesc{ font-size: 15px; position: relative; margin: 20px 0 0; }
    		#sitetittle .sitettl a, #sitetittle .sitettl a:hover, #sitetittle .sitedesc{
    			font-family: 'Berlin Sans FB', 'segoe ui', arial; text-shadow: 0 1px 1px rgba(0,0,0,0.5); line-height: 12px; color: #222;
    		}
    
    	#head .rss{ background: url(images/rss.gif) no-repeat; position: absolute; top: 0px; right: 5%; width: 131px; height: 26px; }
    	#head .rss .rssclick{ position: absolute; bottom: 4px; left: 30px; height: 11px; width: 70px; }
    /* ...header settings end here */		
    
    /* navigation settings start here...*/
    #navigation #navigate{ background: url(images/navc.gif) repeat-x; position: relative; height: 25px; z-index: 10; /* fix for opera and IE */ }
    	#navigate .left, #navigate .right{ position: absolute; width: 23px; height: 25px; }
    	#navigate .left{ background: url(images/navl.gif) no-repeat; left: 0px; }
    	#navigate .right{ background: url(images/navr.gif) no-repeat; right: 0px; }
    	#navigate #menu{ background: url(images/menuc.gif) repeat-x; position: relative; margin: auto 120px 0px; height: 25px; }
    		#menu .left, #menu .right{ position: absolute; width: 12px; height: 25px; }
    		#menu .left{ background: url(images/menul.gif) no-repeat; left: 0px; }
    		#menu .right{ background: url(images/menur.gif) no-repeat; right: 0px; }
    		#menu ul{ margin: 0 10px 0 17px; padding: 0; }
    		#menu ul li{
    			background: url(images/sepnav.gif) center right no-repeat; font-weight: bold; display: inline;
    			line-height: 20px; margin: -1px 5px 0 5px; padding: 5px 15px 5px 0;
    		}
    		#menu a{ color: #636a43; text-decoration: none; }
    		#menu a:hover{ color: #eaff00; text-decoration: none; }
    		/* drop menu */
    		#dropmenu{top: -4px;}
    		#dropmenu, #dropmenu ul { list-style-position: outside; position: relative; z-index: 300; }
    		#dropmenu ul { margin: 0; padding: 0; list-style-type: none; list-style-position: outside; line-height: 1.5em; width: 100%; font-weight: bold; }
    			#dropmenu ul a { display: block; padding: 0.25em 1em; text-decoration: none; color: #17190a; background: #464b34; border: solid 1px #1c1f0d; }
    			#dropmenu ul a:hover {background:#131701;}
    			#dropmenu ul li.haschild > a{background: #464b34 url(images/misc.gif) center right no-repeat;}
    			#dropmenu ul li.haschild > a:hover{background: #131701 url(images/csim.gif) center right no-repeat;}
    			#dropmenu li {float:left; position:relative;}
    			#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
    			#dropmenu li ul li{ background: none; padding: 0;}
    			#dropmenu li ul {top: 2.5em; left: -10px; width:14.1em;}
    			#dropmenu li ul a {width:13.6em; margin-left: -6px; height:auto; float:left;}
    			#dropmenu ul ul {top:1px;}
    			#dropmenu li ul ul {left:14.2em; margin:0px 0 0 10px;}
    			#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
    			#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
    /* ...navigation settings end here */
    
    /* content settings start here... */
    #content .wraper #contbgl{ background: #7f8568 url(images/contbgl.gif) top left repeat-y; position: relative; float: left; }
    	#contbgl #contbgr{ background: url(images/contbgr.gif) top right repeat-y; position: relative; float: right; width: 1199px; }
    		#contbgr .mainwrap #main{
    			background: #8a9071 url(images/mainl.gif) top left repeat-y; position: relative;
    			width: 1177px; float: left; padding: 0;
    		}
    			#main #mcontent{
    				background: url(images/mainr.gif) top right repeat-y; position: relative;
    				width: 1177px; float: right; padding: 10px 0 0 0;
    			}
    				#mcontent ul li{ display: inline; position: relative; }
    				#mcontent ul{ padding: 0; margin: 0; }
    					#mcontent ul ul li, #mcontent ul ul ul li, #mcontent ul ul ul ul li, #mcontent ul ul ul ul ul li{ display: block; position: relative; }
    					#mcontent ul li#sbleft, #mcontent ul li#sbright, #mcontent ul li.post{ position: relative; float: left; }
    					#mcontent ul li#sbleft, #mcontent ul li#sbright{ width: 200px; }
    					#mcontent ul li#sbleft .sblH, #mcontent ul li#sbright .sbrH, #mcontent ul li.post .pcH{
    						background: url(images/ttl.gif) repeat-x; position: relative; margin: 0; width: 100%;
    						height: 30px; color: #eaff00; text-shadow: 1px -1px 0 rgba(0,0,0,0.5);
    					}
    					/* sidebar settings start here... */
    					.sblH h3.tittle{
    						background: url(images/ttlsbl.gif) right no-repeat; line-height: 14px;
    						margin: 0; padding: 8px 30px 8px 5px;
    					}
    					#mcontent ul li#sbleft{ margin-left: 3px; }
    						#mcontent ul li#sbleft ul, #mcontent ul li#sbleft ol{ margin: -1px 2px 0 0; padding: 0; }
    						#mcontent ul li#sbleft .sblBody{ background: #888e70 url(images/bodRLine.gif) right repeat-y; margin: 1px 0 10px; padding: 0 1px 0 0; }
    							.sblBody .top{ background: url(images/bodSBT.gif) top repeat-x; height: 13px; margin: 0; }
    								.sblBody .top .corner{ background: url(images/bodSBLCT.gif) top right no-repeat; height: 13px; right: 0; }
    							.sblBody .bot{ background: url(images/bodB.gif) bottom repeat-x; height: 11px; margin: 0; }
    								.sblBody .bot .corner{ background: url(images/bodCBR.gif) bottom right no-repeat; height: 11px; right: 0; }
    
    					.sbrH h3.tittle{ background: url(images/ttlsbr.gif) left no-repeat; line-height: 14px; margin: 0; padding: 8px 5px 8px 30px; }
    					#mcontent ul li#sbright{ margin-left: 10px; }
    						#mcontent ul li#sbright ul, #mcontent ul li#sbright ol{ margin: -1px 0 0 2px; padding: 0; }
    						#mcontent ul li#sbright .sbrBody{ background: #888e70 url(images/bodLLine.gif) left repeat-y; margin: 1px 0 10px 0; padding: 0 0 0 1px; }
    							.sbrBody .top{ background: url(images/bodSBT.gif) top repeat-x; height: 13px; margin: 0; }
    								.sbrBody .top .corner{ background: url(images/bodSBRCT.gif) top left no-repeat; height: 13px; left: 0; }
    							.sbrBody .bot{ background: url(images/bodB.gif) bottom repeat-x; height: 11px; margin: 0; }
    								.sbrBody .bot .corner{ background: url(images/bodCBL.gif) bottom left no-repeat; height: 11px; left: 0; }
    					/* sidebar lists settings start here... */
    					#mcontent ul li#sbleft ul#recentcomments, #mcontent ul li#sbright ul#recentcomments{ margin: -1px 17px 0 2px; }
    					#mcontent ul li#sbleft ul#recentcomments li, #mcontent ul li#sbright ul#recentcomments li{ background: url(images/sblink.gif) bottom repeat-x; padding: 4px 2px 7px 15px; }
    					#mcontent ul li#sbleft ul#recentcomments li a, #mcontent ul li#sbright ul#recentcomments li a{ background: none; }
    					#mcontent ul li#sbleft ul#recentcomments li .url, #mcontent ul li#sbright ul#recentcomments li .url{ border: none; }
    
    					#mcontent ul li#sbleft ul ul, #mcontent ul li#sbleft ul ul ul,
    					#mcontent ul li#sbleft ol ol, #mcontent ul li#sbleft ol ol ol,
    					#mcontent ul li#sbright ul ul, #mcontent ul li#sbright ul ul ul,
    					#mcontent ul li#sbright ol ol, #mcontent ul li#sbright ol ol ol{
    						margin: 0; padding: 0;
    					}
    					#mcontent ul li#sbleft ul li, #mcontent ul li#sbleft ul ul li, #mcontent ul li#sbleft ul ul ul li,
    					#mcontent ul li#sbleft ol li, #mcontent ul li#sbleft ol ol li, #mcontent ul li#sbleft ol ol ol li,
    					#mcontent ul li#sbright ul li, #mcontent ul li#sbright ul ul li, #mcontent ul li#sbright ul ul ul li,
    					#mcontent ul li#sbright ol li, #mcontent ul li#sbright ol ol li, #mcontent ul li#sbright ol ol ol li{
    						margin: 0; padding: 0; width: 100%; line-height: 18px;
    					}
    					#mcontent ul li#sbleft ul li a, #mcontent ul li#sbleft ol li a,
    					#mcontent ul li#sbright ul li a, #mcontent ul li#sbright ol li a{
    						padding: 4px 2px 7px 15px;
    					}
    					#mcontent ul li#sbleft ul ul li a, #mcontent ul li#sbleft ol ol li a,
    					#mcontent ul li#sbright ul ul li a, #mcontent ul li#sbright ol ol li a{
    						padding: 4px 2px 7px 30px;
    					}
    					#mcontent ul li#sbleft ul ul ul li a, #mcontent ul li#sbleft ol ol ol li a,
    					#mcontent ul li#sbright ul ul ul li a, #mcontent ul li#sbright ol ol ol li a{
    						padding: 4px 2px 7px 45px;
    					}
    					#mcontent ul li#sbleft ul li a, #mcontent ul li#sbleft ul ul li a, #mcontent ul li#sbleft ul ul ul li a,
    					#mcontent ul li#sbleft ol li a, #mcontent ul li#sbleft ol ol li a, #mcontent ul li#sbleft ol ol ol li a,
    					#mcontent ul li#sbright ul li a, #mcontent ul li#sbright ul ul li a, #mcontent ul li#sbright ul ul ul li a,
    					#mcontent ul li#sbright ol li a, #mcontent ul li#sbright ol ol li a, #mcontent ul li#sbright ol ol ol li a{
    						background: url(images/sblink.gif) bottom repeat-x; font-weight: bold; color: #1b2200; display: block;
    					}
    						#mcontent ul li#sbleft ul li a:hover, #mcontent ul li#sbleft ul ul li a:hover, #mcontent ul li#sbleft ul ul ul li a:hover,
    						#mcontent ul li#sbleft ol li a:hover, #mcontent ul li#sbleft ol ol li a:hover, #mcontent ul li#sbleft ol ol ol li a:hover,
    						#mcontent ul li#sbright ul li a:hover, #mcontent ul li#sbright ul ul li a:hover, #mcontent ul li#sbright ul ul ul li a:hover,
    						#mcontent ul li#sbright ol li a:hover, #mcontent ul li#sbright ol ol li a:hover, #mcontent ul li#sbright ol ol ol li a:hover{
    							background: #131701 url(images/sblink.gif) bottom repeat-x; border-left: 1px solid #888e70;
    							border-right: 1px solid #888e70; color: #ceff00; text-shadow: none;
    						}
    						#mcontent ul li#sbleft ul li a:active, #mcontent ul li#sbleft ul ul li a:active, #mcontent ul li#sbleft ul ul ul li a:active,
    						#mcontent ul li#sbleft ol li a:active, #mcontent ul li#sbleft ol ol li a:active, #mcontent ul li#sbleft ol ol ol li a:active,
    						#mcontent ul li#sbright ul li a:active, #mcontent ul li#sbright ul ul li a:active, #mcontent ul li#sbright ul ul ul li a:active,
    						#mcontent ul li#sbright ol li a:active, #mcontent ul li#sbright ol ol li a:active, #mcontent ul li#sbright ol ol ol li a:active{
    							padding-top: 5px; padding-bottom: 6px;
    						}
    					/* ...sidebar list settings end here */
    					/* ...sidebar settings end here */
    
    /* ------------------------------------------------------------------------------------------------ */
    					/* postal settings start here... */
    					#mcontent ul li.post{ width: 751px; margin-left: 10px; }
    					.pcH h3.tittle{ padding: 8px 0 8px 0; margin: 0 0 0 35px; line-height: 14px; width: 550px; float: left; }
    						.pcH h5.comcount{
    							background: url(images/infCom.gif) left no-repeat; padding: 10px 0 10px 25px;
    							margin: 0 0 0 40px; line-height: 10px; width: 100px; float: left; text-shadow: none;
    						}
    						.pcH .left, .pcH .right{ height: 30px; position: absolute; }
    						.pcH .left{ background: url(images/ttlpl.gif) left no-repeat; width: 30px; left: 0; }
    						.pcH .right{ background: url(images/ttlpr.gif) right no-repeat; width: 11px; right: 0; }
    						.pcH a{ color: #0f1300; }
    						.pcH a:hover, .pcH h5.comcount a:hover{ color: #eaff00; border-bottom: dotted 1px; }
    					#mcontent ul li.post .indexwrap{ margin: 0 11px 5px; padding: 0; }
    						#mcontent ul li.post .indexwrap #head2{ background: url(images/ttl.gif) repeat-x; position: relative; height: 30px; margin: 0; }
    						#mcontent ul li.post .indexwrap #head2 form.indexsrc{
    							background: url(images/indexsrc.gif) center right no-repeat;
    							position: absolute;
    							right: 15px;
    							width: 175px;
    							height: 30px;
    						}
    							#mcontent ul li.post .indexwrap #head2 form.indexsrc input.insrct{
    								font: 10px verdana, 'Lucida Sans Unicode', sans-serif;
    								margin-left: 7px; color: #eaff00; width: 145px;
    							}
    							#mcontent ul li.post .indexwrap #head2 form.indexsrc input.insrcb{
    								width: 14px; margin-left: 3px; cursor: pointer;
    							}
    							#mcontent ul li.post .indexwrap #head2 form.indexsrc input.insrct,
    							#mcontent ul li.post .indexwrap #head2 form.indexsrc input.insrcb{
    								background-color: transparent; float: left;
    								height: 15px; margin-top: 6px; border: none;
    							}
    						#mcontent ul li.post .indexwrap #head2 h3.homeindex,
    						#mcontent ul li.post .indexwrap #head2 h3.searchres,
    						#mcontent ul li.post .indexwrap #head2 h3.archives{
    							line-height: 30px; padding-left: 35px; margin: 0;
    							color: #eaff00; text-shadow: 1px -1px 0 rgba(0,0,0,0.5);
    						}
    							#mcontent ul li.post .indexwrap #head2 h3.homeindex{ background: url(images/index.gif) center left no-repeat; }
    							#mcontent ul li.post .indexwrap #head2 h3.searchres{ background: url(images/srcres.gif) center left no-repeat; }
    							#mcontent ul li.post .indexwrap #head2 h3.archives{ background: url(images/arc.gif) center left no-repeat; }
    						#mcontent ul li.post .indexwrap #head2 .corner{
    							background: url(images/ttlpr.gif) right no-repeat; position: absolute;
    							right: 0; width: 11px; height: 30px;
    						}
    					#mcontent ul li.post .indexpost{
    						background: #888e70 url(images/iPostCen.gif) repeat-y; font: 87.5% 'Lucida Sans Unicode', 'segoe ui', 'trebuchet ms', sans-serif;
    						color: #24261c; width: 360px; margin: 0 0 10px 11px; float: left;
    					}
    						.indexpost .ipc{
    							margin: 3px 13px 7px 12px; padding-bottom: 5px; position: relative;
    							text-align: justify; border-bottom: dotted 1px #575d42;
    						}
    							.ipc h5{
    								font: 11px 'Berlin Sans FB', 'segoe ui', 'trebuchet ms', sans-serif; font-weight: bold;
    								margin: 4px 0; padding: 3px; border-top: dotted 1px #575d42; border-bottom: dotted 1px #575c42;
    							}
    							.ipc p{ line-height: 1.7em; margin: 0; }
    							.ipc .commentcount{
    								font: 9px verdana, 'trebuchet ms', sans-serif; font-weight: bold;
    								float: right; margin: 7px 3px 0 20px;
    							}
    							.ipc a{ color: #eaff00; }
    							.ipc a:hover{border-bottom: dotted 1px;}
    							.ipc .title a, .ipc .commentcount a{ color: #24261c; }
    							.ipc .title a:hover, .ipc .commentcount a:hover{ color: #eaff00; border: none; }
    
    						.indexpost .top, .indexpost .bot{ width: 359px; height: 17px; position: relative; }
    							.indexpost .top{ background: url(images/iPostTop.gif) no-repeat; padding-left: 11px; top: 0; }
    								.indexpost .top .edit, .indexpost .top .info,
    								.indexpost .top .info .date, .indexpost .top .info .author{
    									float: left; height: 17px;
    								}
    								.indexpost .top .edit{ background: url(images/iEdit.gif) no-repeat; }
    								.indexpost .top .info{
    									background: url(images/iInfo.gif) no-repeat; font-family: 'Berlin Sans FB', 'segoe ui', 'trebuchet ms', sans-serif;
    									font-size: 10px; font-weight: bold; width: 263px; padding: 0; margin: 0;
    								}
    									.indexpost .top .info .date, .indexpost .top .info .author{ padding-top: 3px; padding-left: 15px; line-height: 11px; }
    									.indexpost .top .info .date{ background: url(images/iCal.gif) no-repeat; margin-left: 5px; margin-right: 25px; }
    									.indexpost .top .info .author{ background: url(images/iAuth.gif) no-repeat; }
    							.indexpost .bot{ background: url(images/iPostBot.gif) no-repeat; bottom: 0; }
    								.indexpost .bot .comment{ background: url(images/iComment.gif) no-repeat; margin-left: 11px; }
    								.indexpost .bot .more{ background: url(images/iReadmore.gif) no-repeat; }
    								.indexpost .bot .comment, .indexpost .bot .more{ float: left; height: 17px; }
    							.indexpost .top .edit, .indexpost .bot .comment, .indexpost .bot .more{ width: 75px; }
    
    					#mcontent ul li.post .postalarea{
    						background: #888e70 url(images/bodRLine.gif) top right repeat-y; margin: 2px 0 10px 0;
    						padding: 0; float: right; width: 100%; height: auto;
    					}
    						.postalarea .postalcontent{ background: url(images/bodLLine.gif) top left repeat-y; height: auto; width: 100%; float: left; }
    							.postalcontent .top, .postalcontent .bot{ margin: 0 1px 0 1px; height: 12px; }
    							.postalcontent .top{ background: url(images/bodT.gif) repeat-x; }
    								.postalcontent .top .left{ background: url(images/bodCTL.gif) no-repeat; }
    								.postalcontent .top .right{ background: url(images/bodCTR.gif) no-repeat; }
    							.postalcontent .bot{ background: url(images/bodB.gif) bottom repeat-x; }
    								.postalcontent .bot .left{ background: url(images/bodCBL.gif) no-repeat; }
    								.postalcontent .bot .right{ background: url(images/bodCBR.gif) no-repeat; }
    								.postalcontent .top .left, .postalcontent .bot .left{ position: absolute; left: 1px; width: 10px; height: 12px; }
    								.postalcontent .top .right, .postalcontent .bot .right{ position: absolute; right: 2px; width: 10px; height: 12px; }
    							.postalcontent .wppostingcontent{ text-align: justify; margin: 0 11px 0 11px; padding: 0; color: #0f1300; }
    								.wppostingcontent p{ font-size: 11px; color: #1b2200; margin: 0 13px 10px 25px; line-height: 1.8em; }
    								.wppostingcontent h1, .wppostingcontent h2, .wppostingcontent h3,
    								.wppostingcontent h4, .wppostingcontent h5, .wppostingcontent h6{
    									margin: 15px auto 7px 25px;
    								}
    								.wppostingcontent ul li, .wppostingcontent ol li,
    								.wppostingcontent ul ul li, .wppostingcontent ol ol li,
    								.wppostingcontent ul ul ul li, .wppostingcontent ol ol ol li,
    								.wppostingcontent ul ul ul ul li, .wppostingcontent ol ol ol ol li,
    								.wppostingcontent ul ul ul ul ul li, .wppostingcontent ol ol ol ol ol li{
    									margin-bottom: 5px; font-size: 11px; display: block !important;
    								}
    									.wppostingcontent ul li{ margin-left: 40px; }
    									.wppostingcontent ol li{ margin-left: 10px; }
    									.wppostingcontent ol ol li{ margin-left: 0; }
    									.wppostingcontent ul ul li, .wppostingcontent ul ul ul li, .wppostingcontent ul ul ul ul li, .wppostingcontent ul ul ul ul ul li{ margin-left: 35px; }
    									.wppostingcontent ul li, .wppostingcontent ul ul li, .wppostingcontent ul ul ul li, .wppostingcontent ul ul ul ul li, .wppostingcontent ul ul ul ul ul li,
    									.wppostingcontent ol li, .wppostingcontent ol ol li, .wppostingcontent ol ol ol li, .wppostingcontent ol ol ol ol li, .wppostingcontent ol ol ol ol ol li{
    										display: list-item !important;
    										list-style-position: outside;
    									}
    									.wppostingcontent ul li{ list-style-type: circle;}		.wppostingcontent ol li{ list-style-type: decimal-leading-zero; }
    									.wppostingcontent ul ul li{ list-style-type: disc;}		.wppostingcontent ol ol li{ list-style-type: decimal; }
    									.wppostingcontent ul ul ul li{ list-style-type: square;}	.wppostingcontent ol ol ol li{ list-style-type: lower-alpha; }
    									.wppostingcontent ul ul ul ul li{ list-style-type: circle;}	.wppostingcontent ol ol ol ol li{ list-style-type: lower-roman; }
    									.wppostingcontent ul ul ul ul ul li{ list-style-type: disc;}	.wppostingcontent ol ol ol ol ol li{ list-style-type: decimal-leading-zero; }
    								.wppostingcontent p a{ color: #eaff00; }
    								.wppostingcontent .postinfo{ margin: 0; }
    									.postinfo, .postinfo a{ color: #0f1300; }
    									.wppostingcontent p a:hover, .postinfo a:hover{ color: #eaff00; }
    									.wppostingcontent p a:hover{ border-bottom: dotted 1px; }
    									.postinfo .editpost{
    										background: url(images/icoEdit.gif) center left no-repeat; margin: 0 13px auto auto;
    										padding-left: 25px; line-height: 22px; position: relative; float: right;
    									}
    									.postinfo .postdate, .postinfo .author, .postinfo .postcategory, .postinfo .posttag{ margin: 0; padding-left: 25px; line-height: 22px; }
    										.postinfo .postdate{ background: url(images/icoDate.gif) center left no-repeat; }
    										.postinfo .author{ background: url(images/icoAut.gif) center left no-repeat; }
    										.postinfo .postcategory{ background: url(images/icoCateg.gif) center left no-repeat; }
    										.postinfo .posttag{ background: url(images/icoTag.gif) center left no-repeat; }
    					/* ...postal settings end here */
    
    		#contbgr .mainwrap #mcbot{ background: url(images/mainbotc.gif) repeat-x; position: relative; float: left; width: 1177px; height: 11px; }
    			#mcbot .left, #mcbot .right{ position: absolute; width: 12px; height: 11px; }
    			#mcbot .left{ background: url(images/mainbotl.gif) left no-repeat; left: 0; }
    			#mcbot .right{ background: url(images/mainbotr.gif) right no-repeat; right: 0; }
    
    		/* bottom built-in widgets start here... */
    		#contbgr .botwrap #botplugins{ background: url(images/line.gif) top left repeat-x; margin: 0 5px; position: relative; width: auto; }
    			#botplugins ul{ position: relative; padding: 10px 0 0 7px; margin: 0; }
    				#botplugins ul li{ padding: 0; float: left; display: inline; }
    				#botplugins ul li ul{ margin: 0; padding: 0; }
    				#botplugins ul li ul li{ clear: both; }
    					#botplugins #src, #searchform{ background: url(images/search.png) no-repeat; margin: 3px 0 0 10px; width: 209px; height: 29px; }
    						#src .inputtext, #searchform .inputtext{
    							font: 10px verdana, arial, serif; background-color: transparent; margin: 8px 0 0 11px;
    							color: #eaff00; border: none; width: 167px; float: left;
    						}
    						#src input.btsrc, #searchform input.btsrc{
    							background-color: transparent; border: none; margin-top: 6px; margin-right: 9px;
    							width: 15px; height: 19px; float: right; cursor: pointer;
    						}
    					#botplugins #uol{ background: url(images/pbuol.gif) center left no-repeat; }
    					#botplugins #spam{ background: url(images/pbbug.gif) center left no-repeat; }
    						#botplugins #uol, #botplugins #spam{ margin: 10px 0 2px 10px; padding: 3px 0 0 29px;  }
    						#botplugins #uol a, #botplugins #spam a{ color: #0f1300; font-size: 10px; font-weight: bold; }
    						#botplugins #uol a:hover, #botplugins #spam a:hover{ color: #eaff00; }
    					#botplugins .pbttl{ background: url(images/pbttl.gif) top repeat-x; border-bottom: solid 1px #8a9071; margin: 3px  22px 7px 15px; width: 200px; }
    						#botplugins #pbmeta{ background: url(images/pbmeta.gif) center left no-repeat; }
    						#botplugins #pblink{ background: url(images/pblink.gif) center left no-repeat; }
    						#botplugins #pbrecp{ background: url(images/pbrecp.gif) center left no-repeat; }
    						#botplugins #pbrecc{ background: url(images/pbrecc.gif) center left no-repeat; }
    						#botplugins h5{ background: url(images/pb.gif) center left no-repeat; }
    							#botplugins #pbmeta, #botplugins #pblink, #botplugins #pbrecp, #botplugins #pbrecc, #botplugins h5{
    								margin: 4px 0 5px 5px; padding: 4px 0 4px 29px; float: left;
    								color: #eaff00; text-shadow: 1px -1px 0 rgba(0,0,0,0.5);
    							}
    						#botplugins ul li.pbttl ul li{
    							background: url(images/pblistyle.png) top left no-repeat; border-bottom: dotted 1px #50553f;
    							line-height: 19px; padding: 0; margin: 0; width: 200px;
    						}
    							#botplugins ul li.pbttl ul li a{ font-weight: bold; color: #1b2200; margin-left: 0; padding: 3px 2px 5px 15px; display: block; }
    							#botplugins ul li.pbttl ul li a:hover{ color: #ceff00; background-color: #131701; text-shadow: none; }
    							#botplugins ul li.pbttl ul li a:active{ padding-top: 4px; padding-bottom: 4px; }
    		/* ...bottom built-in widgets end here */
    
    #content .wraper #contbot{ background: url(images/contbotc.gif) repeat-x; position: relative; height: 16px; width: 100%; float: left; }
    	#contbot .left, #contbot .right{ position: absolute; width: 14px; height: 16px; }
    	#contbot .left{ background: url(images/contbotl.gif) no-repeat; left: 0px; }
    	#contbot .right{ background: url(images/contbotr.gif) no-repeat; right: 0px; }
    /* ...content settings end here */
    
    /* footer settings start here... */
    #footer{ font-weight: bold; color: #3d3f35; margin-top: 10px; padding-bottom: 15px; }
    	#footer a{ color: #3d3f35; text-decoration: none; border-bottom: dotted 1px; }
    	#footer a:hover{ color: #494b3f; text-shadow: none; }
    /* ...footer settings end here */
    
    /* comment settings start here... */
    #comments{ font-family: 'Segoe UI', 'trebuchet ms', sans-serif; color: #000; margin: 20px -8px 10px; border-top: solid 1px #575c42; }
    	#comments a{ color: #24261c; }
    	#comments a:hover{ color: #eaff00; }
    	#comments h3{
    		background-color: #72775d; border-bottom: solid 1px #575c42; text-shadow: 1px -1px 0 rgba(0,0,0,0.5);
    		margin: 0; padding: 7px; color: #eaff00;
    	}
    	#comments h4{ margin: 10px 25px 0; }
    	#comments .commentlist{ margin: 10px 100px 0 20px; padding: 0; border: solid 1px #575c42; background-color: #7f8568; }
    		#comments .commentlist li{ list-style-type: none; }
    		#comments .commentlist > li, #comments .commentlist > .alt{
    			border-left: solid 1px #575c42; border-right: solid 1px #575c42;
    			background-color: #888e70; margin: 3px; padding: 5px; display: block;
    		}
    		#comments .commentlist > li{ border-top: solid 1px #575c42; border-bottom: dotted 1px #575c42; }
    		#comments .commentlist > .alt{ border-top: dotted 1px #575c42; border-bottom: solid 1px #575c42; }
    		#comments .commentlist .comment-author-admin{ background: #888e70 url(images/admincomment.gif) top right no-repeat; }
    			#comments .commentlist li .avatar ,
    			#comments .commentlist .alt .avatar,
    			#comments .commentlist .comment-author-admin .avatar{
    				border: 1px solid #575d42; padding: 3px; background: #b8b8b8;
    			}
    				#comments .commentlist li .avatar , #comments .commentlist .alt .avatar{ float: right; margin-left: 10px; }
    				#comments .commentlist .comment-author-admin .avatar{ float: left; margin-right: 10px; margin-left: 0; }
    			.commentlist p { margin: 5px 0; font: 93.5% verdana, arial, sans-serif; line-height: 1.8em; }
    			.commentlist .reply{ border: solid 1px #575c42; position: relative; display: inline-block; }
    			.commentlist .reply:active{ top: 1px; }
    			.commentlist .cancel-comment-reply{ border: solid 1px #575c42; display: inline-block; position: relative; top: 4px; margin-left: 25px; }
    			.commentlist .cancel-comment-reply:active{ top: 5px; }
    			.commentlist .reply a, .commentlist .cancel-comment-reply a{ background-color: #83896d; padding: 2px 7px 4px; display: inline-block; border-top: solid 1px #929879; font: 9px verdana, arial; font-weight: bold; text-shadow: none; }
    			.commentlist .reply a:hover, .commentlist .cancel-comment-reply a:hover{ background-color: #888e70; color: #24261c !important; }
    			.commentlist li ul.children{ margin: 10px 0 !important; padding: 0; }
    			.commentlist li ul.children li, .commentlist li ul.children .alt{ border: solid 1px #575c42; margin: 0; background-color: #888e70; padding: 5px; display: block;}
    	.nocomments { text-align: center; margin: 0; padding: 0; }
    	#commentform p { margin: 10px 25px 0; }
    	.comment-author, .commentmetadata{ font: 9px verdana, 'segoe ui', arial; }
    	.commentmetadata { margin: 0; display: block; }
    	#comments cite, #comments cite a { font-weight: bold; color: #24261c; }
    	#comments label { display: block; font-size: 120%; margin-top: 10px; }
    	#comments #comment-intext{
    		background-color: #24261c; border: 1px solid #575c42; color: #eaff00;
    		display: block; padding: 3px; font-size: 100%; width: 65%;
    	}
    	#comments #comment-intext:focus { border: 1px solid #6d7353; }
    	#respond{ margin: 0; padding: 0; }
    		#respond p{ margin-top: 0; margin-bottom: 7px; }
    		#respond form{ margin-top: 5px; }
    			#respond form p input{ font-family: verdana, 'Lucida Sans Unicode', 'trebuchet ms', arial; }
    			#respond form p#btsubmitcomment{ background-color: #83896d; border: solid 1px #575c42; display: inline-block; position: relative; top: 2px; margin-left: 25px; }
    			#respond form p#btsubmitcomment:hover{ background-color: #888e70; }
    			#respond form p#btsubmitcomment:active{ top: 3px; }
    			#respond form p#btsubmitcomment input#submit{ cursor: pointer; background-color: transparent; padding: 2px 7px 4px; display: inline-block; border-top: solid 1px #929879; border-bottom: none; border-right: none; border-left: none; font: 9px verdana, arial; font-weight: bold; text-shadow: none; }
    			#respond form p label{ font-weight: bold; }
    			#respond form p input, #respond form p label{ display: inline; font-size: 10px; }
    			#respond form p label{ margin-left: 5px; }
    			#respond form p.theform input{ background-color: #24261c; border: 1px solid #575c42; color: #eaff00; padding: 4px; width: 150px; }
    /* ...comment settings end here */
    
    /* 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{ background-color: #fff; }
    /* End Calendar */
    
    /* Begin Various Tags & Classes */
    acronym, abbr, span.caps { cursor: help; }
    acronym, abbr { border-bottom: 1px dotted; }
    
    blockquote { margin: 15px 40px 15px 25px; padding: 5px; border-top: 1px dotted #575c42; border-bottom: 1px dotted #575c42; border-left: 5px solid #575c42; border-right: 5px solid #575c42; background-color: #72775d; }
        blockquote p{ font: 11px 'Courier New', Arial, sans-serif !important; margin: 0 !important; }
    	blockquote cite { margin: 5px 0; display: block; }
    
    .center { text-align: center; }
    .hidden { display: none; }
    .screen-reader-text { position: absolute; left: -1000em; }
    
    #navcomment{ margin: 0 10px 15px; width: 644px !important; }
    .fidinav{ padding-left: 10px; }
    	.fidinav a, .fidinav a:visited,
    	#comments p#navcomment .fidinav a, #comments p#navcomment .fidinav a:visited{
    		background: #0f1300 url(images/button.png) repeat-x;
    		font: 11px 'segoe ui', verdana, sans-serif;
    		font-weight: bold;
    		color: #fff !important;
    		text-decoration: none;
    		display: inline-block;
    		padding: 5px 10px 6px;
    		-moz-border-radius: 5px;
    		-webkit-border-radius: 5px;
    		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    		text-shadow: 1px -1px 0 rgba(0,0,0,0.9);
    		border-bottom: 1px solid rgba(0,0,0,0.25);
    		position: relative;
    	}
    		.fidinav a:hover{ background-color: #141900; color: #ddd !important; }
    		.fidinav a:active{ top: 1px; }
    
    #wpcumuluscontent{ background: url(images/sblink.gif) bottom repeat-x; margin: 0; padding: 5px 6px 8px; }
    	#wpcumuluscontent p{ margin: 0; padding: 2px 0 5px; border: solid 1px #52573e; text-align: center; }
    		#mcontent ul li#sbleft ul li #wpcumuluscontent p a,
    		#mcontent ul li#sbright ul li #wpcumuluscontent p a{
    			background: none; border: none; margin: 0; padding: 0;
    		}
    
    a.rsscomment{
    	background: url(images/rss.png) top right no-repeat; font-weight: bold; font-size: 10px; line-height: 18px;
    	margin-top: 6px; margin-right: 5px; padding-right: 18px; color: #ff8113 !important; float: right; text-shadow: 1px -1px 0 rgba(0,0,0,0.5);
    }
    a:hover.rsscomment{ border-bottom: dotted 1px; }
    
    .notfound{ color: #eaff00; margin: 0 0 5px; text-shadow: 1px -1px 0 rgba(0,0,0,0.5); }
    /* End Various Tags & Classes*/
    Thread Starter CherryCore

    (@cherrycore)

    I’ve found:
    a {
    color: black;
    }
    /* …content settings end here */

    Thank You

    Hey there CherryCore,

    Working with Calvin here 🙂

    Please do not edit theme core files since all changes that you make will be lost once you update the theme. You should either create child theme or use the plugin such as Simple Custom CSS as Calvin suggested.

    Once you either open your child theme style.css or go to Appearance >> Custom CSS when using the previously suggested plugin and simply add the suggested code there. It should override the original style.css settings and display links in the color of your choice.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link Color Change?’ is closed to new replies.