Hello together
I have created a gallery with various photos
everything works out fine
my question
when I open a photo in the gallery, the title of the photo appears below, which is included in the media library
can I format this title
font size font etc.
kind regards
Franz
Hi, yes you can do that using the follwing CSS:
.mfp-title {
font-size: 20px;
}
Thanks cherrmann
for your quick message
but nothing changes in size
kind regards
Franz
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hello Jordan
in my opinion I have done everything
Can you take a look at it
best regards
Franz
well the given css has one selector more than the above – and then it is more specific :
Try:
div .mfp-title {
font-size: 20px;
}
you see that the rule with the div wins that competition ;)
and if you want to be sure that your custom css overrules the given one take the #top rule
Thank you Jordan and Guenni
Now it fits
you can close this ticket
a beautiful christmas time
Franz
Hi schweg33,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria