• Resolved agnese68

    (@agnese68)


    Hi, I am working on a local site with Hello-elementor theme and I am testing some plugins to renew my online website.
    Is there a way in free foogallery plugin to customize the font ?
    I tried several methods to customize all css in the different sections of the plugin, but nothing works.
    I added my custom font with a plugin, and I also add the fonts adding a fonts folder in the theme folder.
    Then I added this code in the css sections:

    @font-face {
        font-family: 'Caviar Dreams';
        src: url('\sito\wp-content\themes\hello-elementor\fonts\CaviarDreams-webfont.eot');
        src: url('\sito\wp-content\themes\hello-elementor\fonts\CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
             url('\sito\wp-content\themes\hello-elementor\fonts\CaviarDreams-webfont.woff2') format('woff2'),
             url('\sito\wp-content\themes\hello-elementor\fonts\CaviarDreams-webfont.woff') format('woff'),
             url('\sito\wp-content\themes\hello-elementor\fonts\CaviarDreams-webfont.ttf') format('truetype'),
             url('\sito\wp-content\themes\hello-elementor\fonts\CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }

    sorry I am not a developer, I am trying to do by myself

    • This topic was modified 3 years, 5 months ago by agnese68.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter agnese68

    (@agnese68)

    UPDATES
    I achieved changing the font on the album thumbnail with this code:

    #foogallery-album-80 { 
        font-family: 'Caviar Dreams'; 
    }

    It was easier than I thought…
    but now I want to change the font on gallery title and “back to album”

    Plugin Support elviiso

    (@elviiso)

    Hi @agnese68

    Kindly share the URL link to your gallery/album page and we’ll come up with some CSS code that will assist you with this. Thanks in advance for that.

    Hoping to hear from you soon regarding this.

    Kind regards,
    Elvis.

    Thread Starter agnese68

    (@agnese68)

    Hi @elviiso,
    thank you for your reply.
    Fortunately, I solved it using elementor plugin, it was depending on some theme settings and not on the gallery settings.
    In any case, I can not give you a link because I am working on my pc as a local server.
    It would be great can change the font of the captions too….
    Is there a way to do this?
    Regards ??

    Thread Starter agnese68

    (@agnese68)

    Solved
    Thanks and Regards ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom fonts’ is closed to new replies.