Meta Customization in Archives

Home Forums Calendar Products Events Calendar PRO Meta Customization in Archives

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #137500
    mantabrook
    Participant

    When a tag archive is viewed the meta data isn’t displayed the same as the rest of the theme styles. What are the css classes for the author, date & comment areas so I can fix this?

    Here is an example of what I am speaking of: http://www.chicagomomsource.com/tag/march-of-dimes/

    I want to make sure to only make the changes on the archive pages and not on any other pages (single, etc).

    #139132
    Brook
    Participant

    Hello mantabrook,

    It depends on which element you want to style. For instance there is “entry-author” which wraps everything including “by”, and “entry-author-name” which is just the name. If you right click on an element and click inspect it will show you the CSS classes attached to it. Example.

    To target just archive pages you can add a parent selector like “body.archive.tag”. If you only want it to affect events pages, you might need to get even more specific. Again you can view all the classes attached to body by using the inspector.

    Does that information help? I certainly hope so! Let me know if I misunderstood or anything. Cheers!

    – Brook

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Meta Customization in Archives’ is closed to new replies.