• Resolved user10101

    (@user10101)


    Hello – I love the Photo Gallery plugin but I would like to change the size of the font used when it displays “Load More…” when using the Load More option (instead of pagination, scroll, etc.). How can I do this? I believe I need to add CSS to my style.css in my theme but I am not sure what I need to add exactly.

    This is similar to the post here: https://web-dorado.com/forum/photo-gallery/11977-load-more-button-style.html

    The code looks like this:
    <a class="bwg_load_btn_1 bwg_load_btn" href="javascript:void(0);">Load More...</a>

    Any help is GREATLY appreciated.

    Thank you!

    • This topic was modified 7 years, 4 months ago by user10101.
    • This topic was modified 7 years, 4 months ago by user10101.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter user10101

    (@user10101)

    To answer my own question, add this to the style.css:

    .bwg_load_btn_1.bwg_load_btn{
    /* !important will override the style */
    font-size:16px !important;
    }

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Did your provided code help you to change the size of the font?

    Thank you!
    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load More… text style / size’ is closed to new replies.