Changing Post format styles

  • Anonymous

    #2529

    So on my site the different post formats are very important, when I do a video post I need to use the video format, and when I do a blog post I need to use the standard format.

    Now when I do a post with the format “Video” it seems to have a different CSS style that I can not seem to understand.

    The main things that I need to change are:

    -Links automatically have a BR, however there is no BR code showing up in the code, which is weird to me

    -disqus comments have little blue dots added next to random parts

    So If you have any ideas I would love to hear them.

    Thank you,

    Richard G. Reynolds

    http://30dayslater.net

    (PS: A post with the video format: http://30dayslater.net/2011/hello-my-name-is-richard-reynolds/ )

    Anonymous

    #20729

    My first guess would be a plugin conflict. Have you recently installed any plugins?

    Sometimes you don’t see something right away after installing a plugin, and forget which one it was. This is why I always recommend FULLY testing a plugin before moving on to another one.

    Mod

    Kenneth John Odle

    #20730

    Post formats are not meant to include content other than whatever they are meant to contain. In other words, you can add text to a video post, but it’s not meant to contain text, only a video. Post formats begin at line 1296 in the style sheet if you want to take a closer look.

    The blue dots are because whatever plugin you are using for that formats it as an unordered list. The square blue dots are Graphene’s default list item bullets. This code should get rid of them:

    #disqus_thread ul li {
    list-style-image: none;
    }

    Anonymous

    #20731

    Thank you very much Kenneth!

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.