Topic: How to change "go back button" font [SOLVED]
Hello everybody,
I'd like to change go back button font by letter gothic std to harmonize with my site fonts...
Is it possible?
Thank you
You are not logged in. Please login or register.
Juicebox Support Forum → Juicebox-Pro Support → How to change "go back button" font [SOLVED]
Hello everybody,
I'd like to change go back button font by letter gothic std to harmonize with my site fonts...
Is it possible?
Thank you
After searching in the forum I found this topic that answer to my question :
http://juicebox.net/forum/search.php?se … 1097253995
Thank you
I'm glad that you've found a solution to your problem but the link you posted does not lead to a forum thread.
For others reading this, it is possible to change the font for all text within a gallery using the galleryFontFace configuration option (in JuiceboxBuilder-Pro's 'Customize -> General' section).
To change only the font for the Back Button text, add something like the following CSS code to the <head> section of your gallery's web page:
<style type="text/css">
.jb-go-back-text {
font-family: Courier !important;
}
</style>
Juicebox Support Forum → Juicebox-Pro Support → How to change "go back button" font [SOLVED]
Powered by PunBB, supported by Informer Technologies, Inc.