• Resolved srfotograf5

    (@srfotograf5)


    Hello, I’m a very beginner in creating a website by using wordpress.
    Now I have created a portfolio site for my architectural photography.
    The site is generelly ready. Next step will be the filling with images. Before that I want to solve a last little problem. For displaying the images I’m using the visual portfolio plugin (free version). If you display the single image as full screen the image title and the description is shown.(Skin is “fade”) But the font size for the title is very large and the size for the description very small. (see the screenshot in the attachment) Unfortunately I could not find any settings for these items.
    Is there any possibility for custom setting in the free version? I’ve already read about using custom CSS but the notes and examples I found did’nt work.

    Now I hope that somebody could help me. That would be very great !!

    Kind regards
    Steffen

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter srfotograf5

    (@srfotograf5)

    supplementary:
    See on the page “Freie Arbeiten” the first image and click it.
    Title: Mirror Bridge – ICC Dresden (DEU) (Fontsize too large)
    Description: Honorable Mention – Monochrome Photography Awards 2020
    (Fontsize too small)

    Plugin Author nK

    (@nko)

    Hi @srfotograf5,

    The title and description inside the popup is displaying the global font styles. To change these styles you need to add custom CSS globally. Something like this one will work:

    .vp-portfolio__item-popup-title {
      font-size: 15px;
    }
    .vp-portfolio__item-popup-description {
      font-size: 12px;
    }

    Regards,
    Nikita.

    Thread Starter srfotograf5

    (@srfotograf5)

    Hi Nikita,

    Many thanks for your advices. They worked !!
    So I can complete and build the other sites.

    Regards Steffen

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Visual Portfolio: setting font size for image title and description’ is closed to new replies.