Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449727

    Hello,

    I have many picture galleries using the built-in WordPress galleries function from the theme I used before I recently switched to Enfold.

    Upon switching, the captions have all been hidden by Enfold. Line 405 in base.css has this code causing the caption to be hidden:

    
    #top .gallery-caption{
    display: none;
    }
    

    I use a child theme and would like to bring back the captions without having to do anything each time the theme is updated. I discovered that adding the code below to QuickCSS fixes my issue

    
    #top .gallery-caption {
    display: block !important;
    }
    

    Is this the best way to go about solving the issue?

    Thanks!

    #449834

    Hey happinessplunge!

    If it solves your problem then I can’t see any reason to do it in any other way, if it works it works :)

    Regards,
    Rikard

    • This reply was modified 9 years, 5 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.