[Pro] Bloxx

is it possible to change the next,pref, and close buttons to pictogram styles like the ons at

http://www.entypo.com/characters/

is this done in both CSS and js files?


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Bloxx uses

font-family: ModernPictogramsNormal

So I guess you could change the CSS but I cant run Exhibeo on my ageing Snow Leopard system to fiddle with it.

David


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK - had a quick look.

Load your Font using whatever method ie Google Fonts or the Web Fonts action etc.

Paste the following code in Page>Html Markup in the before slot and adjust the font and size to suit.

<style type="text/css">
.bloxx-close-grid, .bloxx-prev, .bloxx-next {
font-family: your_font_name !important;
font-size: yoursize-in-px !important;
}
</style>

Let us know how you get on.

D


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You’ll need to make sure your font maps the characters used in the theme. These are “X", “<", “>”, and “Z” (Z is the text icon used in the captions). If the service in your link doesn’t allow character remapping, you can remap your font using a service like http://icomoon.io

Joe

On 4 Oct 2014, at 21:16, DeltaDave email@hidden wrote:

OK - had a quick look.

Load your Font using whatever method ie Google Fonts or the Web Fonts action etc.

Paste the following code in Page>Html Markup in the before slot and adjust the font and size to suit.

<style type="text/css">
.bloxx-close-grid, .bloxx-prev, .bloxx-next {
font-family: your_font_name !important;
font-size: yoursize-in-px !important;
}
</style>

Let us know how you get on.

D


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Many thanks for your help seems to be working!

http://teamjura.info/bloxx-test/


Exhibeo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options