• Resolved annah405

    (@annah405)


    Hi
    The issue is happening again.
    I used to have a custom font color and size. I noticed today that it revered back to the original font that the plugin has.
    I was given this code to enter before:

    #bwg_container1_0
    #bwg_container2_0
    .bwg-container-0
    .bwg-title2
    {
    color: #000000 !important;
    font-size: 32px !important;
    font-family: open sans !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    padding: 15px 50px 50px !important;
    }
    #bwg_container1_1 #bwg_container2_1
    .bwg-container-1
    .bwg-title2
    {
    color: #000000 !important;
    font-size: 32px !important;
    font-family: open sans !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    padding: 15px 50px 50px !important;
    }
    #bwg_container1_2
    #bwg_container2_2
    .bwg-container-2
    .bwg-title2
    {
    color: #000000 !important;
    font-size: 32px !important;
    font-family: open sans !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    padding: 15px 50px 50px !important;
    }

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

    (@photogallerysupport)

    Hi,

    We’re sorry for the trouble. Could you please replace the previous code with the following in Appearance > Customize > Additional CSS section?

    .bwg-title2 {color: #000000 !important;
    font-size: 32px !important;
    font-family: open sans !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    padding: 15px 50px 50px !important;
    }

    Make sure to clear the cache of your web browser before checking the changes. Let us know if the code helps.

    Thanks! Have a good day!

    Thread Starter annah405

    (@annah405)

    Thank you! It works!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems with font again’ is closed to new replies.