-1
這裏是我的當前主題的截圖:在tumblr主題中更改postmeta顏色? (CSS)
正如你所看到的,在底部的postmeta(「10分鐘前,票據」)是一個非常淺灰色字體顏色不符合我當前的背景顏色。我想在這裏做的字體較深的是什麼後看起來像在這個主題的代碼示例:
{block:Photo}
<div class="permalink">
{block:IfNotDisqusShortname}<a href="{Permalink}">→</a>{/block:IfNotDisqusShortname}
{block:Date}{block:IfDisqusShortname}<a href="{Permalink}#disqus_thread"></a>{/block:IfDisqusShortname}{/block:Date}
</div>
<div class="photo post">
{LinkOpenTag}
<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
{LinkCloseTag}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
<div class="postmeta">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date}<a href="{Permalink}" style="text-transform:lowercase;">{lang:Notes} ({NoteCount})</a></div>
{block:Tags}
<a href="{TagURL}" class="tag">
<span class="pound">#</span>{Tag}</a>
{/block:Tags}
</div>
{block:PostNotes}
<div>{PostNotes}</div>
{/block:PostNotes}
{/block:Photo}
我將此添加到我的風格部分:
.postmeta a { color: #788ECE; }
但它沒有絕對沒有。 postmeta的字體顏色仍然相同。
我在做什麼錯?
(注意:這不是我建立的主題,我只是想自定義它,編輯:Original theme located here)。
你能分享一個我們可以在上面玩的主題的鏈接嗎? – Guney
原創主題在這裏:https://www.tumblr.com/theme/3357 – andraiamatrix