Community Forums › Forums › Archived Forums › Design Tips and Tricks › Category Description on Fabric Theme
Tagged: category description css
- This topic has 11 replies, 4 voices, and was last updated 12 years, 5 months ago by
Roberto Gomez.
-
AuthorPosts
-
April 24, 2013 at 5:40 pm #37487
[email protected]
MemberHi 🙂
Anyone know how I would be able to have the category descriptions show up at the top of the post area when viewing a specific category >>>
http://www.simpledaysblog.com/category/health-wellness/
http://www.simpledaysblog.com/
Thanks much!!
Kendra
http://www.simpledaysblog.com/category/health-wellness/April 24, 2013 at 11:45 pm #37535Brad Dalton
ParticipantTry this:
Or add a description in the intro text which you'll find in categories under posts
April 25, 2013 at 12:04 am #37536Brad Dalton
ParticipantVery cute blog Kendra.
What plugin are you using for the author box?
Really like that one.
April 25, 2013 at 1:17 am #37545[email protected]
MemberThanks so much! I will try that in just a min.
The author box plugin is called Fanciest Author Box and you can find it here http://fanciestauthorbox.com/
Kendra
April 25, 2013 at 1:21 am #37546[email protected]
MemberWorked perfectly thanks so much! How would I reference the "category description" in my css to style it?
April 25, 2013 at 1:57 am #37554Brad Dalton
ParticipantTry this for starters:
.archive-title { background: url("images/sidebar-headline.png") repeat scroll 0 0 transparent; border: 5px solid #C9BC93; color: #65635B; font-size: 18px; letter-spacing: 2px; margin: 0 -25px 10px 0; padding: 10px 10px 10px 15px; text-shadow: 1px 1px #F5F3ED; text-transform: uppercase; }This will only style your category archive headlines.
Is there anything else i can help you with Kendra?
April 25, 2013 at 5:31 am #37605Brad Dalton
ParticipantI wanted to check with you if its o.k to use an image of your author box in a blog post i published today? http://wpsites.net/best-plugins/fanciest-author-box-plugin/
April 25, 2013 at 6:34 pm #37758[email protected]
MemberYes of course!
April 26, 2013 at 3:24 pm #37955bhoodWWA
MemberHi Brad & Kendra,
Do you have a way to stylize the actual category description? I have added the code to my functions file, but would love to change the description using CSS. In the code it's just putting <p> tags around the description without a class, so I assume I need to add a class somehow to the function, or add a separate function?
Thanks for sharing!
September 18, 2013 at 4:27 pm #63294Roberto Gomez
MemberI have the same problem bhoodWWA I need stylize the actual category descriptions.
September 18, 2013 at 5:45 pm #63311Brad Dalton
ParticipantThere's a couple of classes you can use to style the archive description and title:
div class="archive-description taxonomy-description" h1 class="archive-title">Web Design</h1
September 18, 2013 at 5:51 pm #63313Roberto Gomez
MemberThks Braddalton, I try to give style to all text description, but all description text is closed in <p> I will like it put
Example:<h2>INVESTING 101<h2>
<p>Welcome to our blog! It’s a pleasure to have you here and we hope you enjoy our ongoing “conversations.” On this blog we’ll be going back to the basics…</p><p>We’ll be answering a lot of your “how to” questions about investing and the markets… how they work, what’s important, what’s not, how to get started and lots more. Stocks, bonds, gold, commodities, retirement planning, currencies… we’ll be covering all of these topics and also posting interesting articles from other writers. </p>
<p>Whether you’re just getting started or an experienced investor, our goal is to review key points all investors should know.</p>
<p>So stay tuned and we’ll have more soon.</p>
<p>Best regards,</p>
Mary Anne and Pamela Aden
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.