• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hallo.

    I’m having problems with my gallery caption box. I can’t figure out why this specific gallery /book/a-fonte-da-juventude/ has the caption box changing the opacity. I want it to be like this page /yggdrasil/personagens/.

    Already changed the opacity to the same hover and not hover but it stills changing.

    I also can’t discover why I have this blue bar in the Título: A Fonte da Juventude at the same page.

    Anyone can help me, please?

    Best regards,

    Irina Sopas

    • This topic was modified 5 years, 8 months ago by Anonymous User 9824923.
    • This topic was modified 5 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • For your caption box changing the opacity, below code is added in your child theme’s style.css file

    
    .galleryid-11164 figcaption {
    	opacity: .9;
    }
    

    change .9 to 1 and it seems from theme backend, this opacity is getting applied.

    For blue bar in the Título: A Fonte da Juventude :

    Inside a div whose class name is ‘mbm-book-additional-info’, one blank h1 tag is getting added which doesn’t have any value. Remove that blank h1 tag and blue bar (background color) will get removed.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. First thanks for all the help you gave me. In the .galleryid-11164 figcaption {
    opacity: .9;
    } I need to add important! so it glue hahaha. And the ‘mbm-book-additional-info’ I would never figure it out alone. I was searching in the other class, the one I have the text. It is all solved thanks to you, wordpress genius.

    Kisses and more kisses

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems Gallery Caption’ is closed to new replies.