Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Justin Busa

    (@justinbusa)

    Thanks for posting! You can add custom CSS in a child theme, or through a plugin such as Jetpack’s Custom CSS Module. Let me know if you have any questions about that.

    Justin

    Thread Starter sourire09

    (@sourire09)

    it really works! but i used Simple Custom CSS plugin ??
    thank you! have a nice day ??

    Thread Starter sourire09

    (@sourire09)

    Indeed I would like to ask about another issue.
    I put a photo using BB plugin, added class, and tried to enlarge this photo on hover simply by changing size of this image. And it doesn’t work. Is there another way to get this effect?

    Thread Starter sourire09

    (@sourire09)

    and second thing: each photo has a caption. how can i modify this caption by css, while it has the same id and class as photo?

    Plugin Author Justin Busa

    (@justinbusa)

    I put a photo using BB plugin, added class, and tried to enlarge this photo on hover simply by changing size of this image. And it doesn’t work. Is there another way to get this effect?

    Can you send me an example of the CSS you are using for this?

    and second thing: each photo has a caption. how can i modify this caption by css, while it has the same id and class as photo?

    The css for that would be…

    .my-class .fl-photo-caption {
         /* Your CSS here... */
    }
    Thread Starter sourire09

    (@sourire09)

    Can you send me an example of the CSS you are using for this?

    i managed to get this effect using transform:scale(1.27,1.27); ??

    thank you for caption! ??

    Thread Starter sourire09

    (@sourire09)

    thank you for all advices again! ??

    Plugin Author Justin Busa

    (@justinbusa)

    You’re welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘custom CSS’ is closed to new replies.