• Resolved watbos

    (@watbos)


    I’d like the font for my gallery’s Image Description and Title to match or resemble the default theme font (sans serif). Tried to use appearance/customize/additionalcss with the following and had no luck. Thanks for words of wisdom.

    `.bwg_image_title {
    font-family: sans-serif;
    text-align: centered};

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please add the below-written CSS code into Appearance> Customize > Additional CSS:

    .bwg_image_title {
       font-family: sans-serif !important;
        text-align: center !important
    }

    Please let us know if it helps.

    Thank you!

    Have a nice day!

    Thread Starter watbos

    (@watbos)

    YAY!! Thank you. That made the change I wanted.

    • This reply was modified 5 years, 10 months ago by watbos.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font and Alignment’ is closed to new replies.