caption for pictures

  • catalinm75

    #5898

    Hello, everybody!

    I see that any kind of pictures in posts or in pages has a grey caption. How can I change that because I am using a plugin for photo galleries and , this plugin, has another kind of caption. And I want to remove the default settings of caption from the .css, but I cannot….

    I searched in the .css file, but I cannot find the lines for caption….

    Can you help me, please?

    Anonymous

    #32896
    .wp-caption, .entry-content .wp-caption img {
    border: none;
    background: none;
    }

    catalinm75

    #32897

    It doesn’t work….:(

    Anonymous

    #32898

    Did you clear your browser cache by pressing Ctrl+F5 after putting this code to style.css?

    If the above code doesn’t work, try this.

    .wp-caption, .entry-content .wp-caption img {
    border: none !important;
    background: none !important;
    }

    catalinm75

    #32899

    Yes, i used the CTRL+F5.

    I also tryied the new css code of yours, but…..still not working……

    Anonymous

    #32900

    Okay, try adding the code in Graphene Options –> Display –> Custom CSS

    Mod

    Kenneth John Odle

    #32901
    Quote:
    I searched in the .css file, but I cannot find the lines for caption….

    Then use Firebug to isolate those codes.

    catalinm75

    #32902

    @ Prasanna SP

    I used the Custom CSS. Not working….

    @ Kennet John Odle

    I don’t know what is this Firebug…. Can you tell me?

    Mod

    Kenneth John Odle

    #32903

    Josh has a good tutorial:

    http://www.joshlobe.com/2011/10/using-mozilla-firebug-to-inspect-css-files/

    I use it all the time. It’s the single most useful tool for web design I’ve ever used.

    catalinm75

    #32904

    .entry-content img,

    .child-page img {

    border: 4px solid #e3e3e3;

    margin: 5px;

    }

    The Firebug Tool is an amazing tool! Using this I have found the cod line above , the code lines I needed for my “homework”.

    Thank you all, guys!

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

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