• I installed ThemeZee and see that at the bottom of posts, the categories/author etc is in grey, not black. I want it more visible.

    What do I edit (which CSS file) and where do I change font color and size?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter SickSquirrel

    (@sicksquirrel)

    Anyone willing to help a desperate female with a CSS issue?. Pretty please ?!?!

    Thread Starter SickSquirrel

    (@sicksquirrel)

    I just came over to post before I got email telling me you posted. It is ZeeNews. I did an FTP search and saw nothing called ThemeZee so searched my themes in the admin area.

    Okay, it’s hard to do CSS help without seeing the site, but see if adding this CSS works:

    .postmeta {
        color: black;
    }

    Or maybe it’s this one:

    .postinfo {
       color: black;
    }

    Add it to Custom CSS under Theme Options > General

    If that’s not what you’re trying to change, can you explain more about where that is.

    Thread Starter SickSquirrel

    (@sicksquirrel)

    Thank you. I did a search for “post” and found nothing. I thought it was better to paste the editor-style.css

    The theme is here but there are no comments. I could PM my site to you (it is adult themed) if this is inconclusive.

    html .mceContentBody {
        max-width: 640px;
    }
    * {
    	font-family: Arial, Verdana;
    	font-size: 1.0em;
    	border: 0;
    	color: #111;
    	line-height: 1.5em;
    }
    a, a:link, a:visited{
    	color: #333;
    	text-decoration: underline;
    }
    a:hover, a:active {
    	text-decoration: none;
    }
    h1, h2, h3, h4, h5, h6 {
    	font-weight: normal;
    }
    h1  {
    	font-size: 1.9em;
    	margin: 30px 0 0 0;
    	color: #222;
    }
    h2  {
    	font-size: 1.7em;
    	margin: 25px 0 0 0;
    	padding: 0;
    	color: #222;
    }
    h3  {
    	font-size: 1.5em;
    	margin: 20px 0 0 0;
    	color: #222;
    }
    h4  {
    	font-size: 1.3em;
    	margin: 15px 0 0 0;
    	color: #222;
    }
    h5  {
    	font-size: 1.2em;
    	margin: 10px 0 0 0;
    	color: #222;
    	font-weight: bold;
    }
    h6 {
    	font-size: 1.0em;
    	margin: 5px 0 0 0;
    	color: #222;
    	font-weight: bold;
    }
    p {
    	margin: 5px 0 15px 0;
    }
    ul {
    	list-style: square inside;
    	margin: 0 0 20px 1.5em;
    }
    ol {
    	list-style: decimal inside;
    	margin: 0 0 20px 1.5em;
    }
    ol ol {
    	list-style: upper-alpha inside;
    }
    ol ol ol {
    	list-style: lower-roman inside;
    }
    ol ol ol ol {
    	list-style: lower-alpha inside;
    }
    ul ul,
    ol ol,
    ul ol,
    ol ul {
    	margin-bottom: 5px;
    	font-size: 1.0em;
    }
    dl {
    	margin: 10px 0 20px 0;
    }
    dt {
    	font-weight: bold;
    }
    dd {
    	margin-bottom: 20px;
    }
    strong {
    	font-weight: bold;
    }
    cite,
    em,
    i {
    	font-style: italic;
    }
    big {
    	font-size: 1.3em;
    }
    ins {
    	padding: 1px 2px;
    	background: #ffa;
    	text-decoration: none;
    }
    code, pre {
    	padding: 3px 8px;
    	margin: 0 1px;
    	background: #eeeeee;
    	color: #222 !important;
    	font-size: 0.9em;
    	font-family: Monospace, "Courier New", Courier;
    }
    del, strike, s{
    	text-decoration: line-through;
    }
    pre {
    	font-family: "Courier 10 Pitch", Courier, monospace;
    }
    small {
    	font-size: 0.7em;
    }
    abbr,
    acronym {
    	border-bottom: 1px dotted #666;
    	cursor: help;
    }
    sup,
    sub {
    	height: 0;
    	line-height: 1;
    	position: relative;
    	vertical-align: baseline;
    	font-size: 0.8em;
    }
    sup {
    	bottom: 1ex;
    }
    sub {
    	top: .5ex;
    }
    var, kbd, tt {
    	font-size: 1.1em;
    	font-family: "Courier 10 Pitch", Courier, monospace;
    }
    blockquote {
    	margin-left: 30px;
    	padding: 15px;
    	font-size: 16px;
    	font-weight: normal;
    	font-style: italic;
    	text-align: justify;
    	color: #666;
    }
    blockquote:before {
    	content:open-quote;
    	color: #777;
    	font-size: 60px;
    	line-height: 15px;
    	float: left;
    	margin-left: -40px;
    	font-family: "Times New Roman";
    }
    blockquote:after{
    	content:close-quote;
    	color: #777;
    	font-size: 60px;
    	line-height: 15px;
    	float: right;
    	margin-top: -10px;
    	font-family: "Times New Roman";
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    	border: 1px solid #ddd;
    	margin: 20px 0;
    	text-align: left;
    	width: 100%;
    }
    tr th,
    thead th {
    	color: #555;
    	font-size: 1.0em;
    	font-weight: bold;
    	line-height: 1.0em;
    	padding: 5px 15px;
    }
    tr td {
    	border-top: 1px solid #ddd;
    	padding: 5px 15px;
    }
    tr.odd td {
    	background: #eee;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ThemeZee issue’ is closed to new replies.