• Resolved tangobest

    (@tangobest)


    dear teams
    greetings!!!
    please advise me how to
    1-change the color of the quote, chat,link etc post format
    2-add links of the category above the post like the standard post on quote,post.
    The different formats are found here https://demo.themesandco.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at this link to a 6-minute video on Firebug that will help you find these things very easily.

    You need to add CSS like this (to Custom CSS or your child theme’s stylesheet):

    article.format-quote .entry-content {
        background-color: #DDDDDD;
        border-left-color: pink;
    }

    The others are:

    article.format-aside .entry-content
    article.format-chat .entry-content
    article.format-quote .entry-content
    article.format-link .entry-content
    article.format-status .entry-content

    I don’t understand your second question. Could you explain more?

    Thread Starter tangobest

    (@tangobest)

    these two questions solved by using the standard format itself.
    thank you for the support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customizing the post format’ is closed to new replies.