viniciusmunich
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Themes and Templates
In reply to: How to create a categories widget like thisthank you!
Forum: Themes and Templates
In reply to: How to create a categories widget like thisthis would be the css of the plugin, or theme?
Forum: Themes and Templates
In reply to: Problem when changing the color of post titleThanks for all the help, but did not work ..
But I managed to solve, in a very simple sign 🙂
Just added “!Important” in front of “color: # a0410d,” and everything is working again.
Forum: Themes and Templates
In reply to: Problem when changing the color of post titleIn my code looks like this:
. entry-title a { font-size: 40px; line-height: 44px; letter-spacing:-0.5px; color: # a0410d; text-transform: uppercase; text-shadow: 0 1px 1px rgba (0,0,0,0.2); font-family: fonte_eleuza; }But the color is still gray: /
Forum: Themes and Templates
In reply to: Center image in postthank you ! I managed to solve 🙂
Forum: Themes and Templates
In reply to: Increase the width of postI found where I should change. Sorry for the inconvenience.
Thanks very much !!!
Forum: Themes and Templates
In reply to: a different background for each categoryHello,
I found a question similar to mine in this post:
http://ww.wp.xz.cn/support/topic/different-background-color-for-different-categories?replies=5As you can see, you had success using this code:
bgcolor="<?php foreach((get_the_category()) as $category) { echo $category->category_description . ' '; } ?>"How and where should I use it?
Thank you!Forum: Themes and Templates
In reply to: date posted outside of the page/postWell, not quite understand.
Should I make the date appear in the lateral by X / Y pixels on the screen?
Viewing 9 replies - 1 through 9 (of 9 total)