• Resolved rhonn

    (@rhonn)


    Hi, is there a way to change color and font of text titles that show below images? I tried to do this with css but doesn’t work:

    #bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
    color: #23282D !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    }

    I’m putting this in my child’s theme main css file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hey, @rhonn!

    Thank you for posting your question!
    Could you please post the link to the page where you have your gallery?

    We will have a look as soon as possible and suggest a CSS code which works.
    Cheers!

    Thread Starter rhonn

    (@rhonn)

    Hi, thanks for your reply.

    Here’s the link: https://suitsfactory.us/fall-winter-2017-mens-collections/

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hey, @rhonn!

    This CSS code seems to work:

    #bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
        color: #23282D !important;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }

    But there might be caching configured on your website, via plugin or hosting settings. Could you please clear it before checking the changes?

    Also, you can add the CSS code to Appearance > Customize > Additional CSS, this should also work.

    Let us know how it goes.
    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color and font of text titles’ is closed to new replies.