• Resolved zeaks

    (@zeaks)


    I’m trying to style the tags and date in twenty Twelve (child theme) but I can’t figure out the CSS for them, .entry-meta is as good as I can get.

    .entry-meta .tag {} doesn’t work

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you post a link to the page?

    .entry-meta is as good as I can get.

    yes – there seems to be no specific css class for the tags;
    only the date has the class .entry-date

    I would possibly re-write the function twentytwelve_entry_meta() in the child theme, and add more css selectors (although this will mess with the translation files).

    or use a filter function to add css selectors to the links of the get_the_tag_list() links;
    although this would not cover the actual word ‘tagged’

    Thread Starter zeaks

    (@zeaks)

    Thanks, just wanted to make sure I wasn’t missing something obvious

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Target tags and date css Twenty Eleven’ is closed to new replies.