[Pro] Styling PulsePro Gallery captions in Freeway

Hi, I have been pulling my hair out on this one. I have started to use PulsePro in some sites but am having problems styling the gallery captions. At the moment they are oversized and look horrible. I cannot find where to edit the styling information code, or indeed if I can overrule it using some mark-up within Freeway.
Can anybody give me a clue as to how I can change the font size etc?

Many thanks, Josephine

http://www.grahamshawphotography.co.uk/commercial-gallery.php


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

Hi,

Not sure how you managed to get such a large font size but generally this is the route to what you seek:

Plugins > lightbox > magnific-popup.css

This bit:

.mfp-title {
text-align: left;
padding-left: 10px;
line-height: 18px;
font-size: 10px;
color: #808080; }

That will give you something like here: Personal Projects :: Scottish Photography by George Logan

Note; try to avoid very long captions or they can crash into the numbers, though if I recall figured way around this but escapes me for the moment.

s


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

Your caption size is coming from the .Logo style

.Logo {
color: gray;
font-family: Arial,Helvetica,sans-serif;
font-size: 46px;
text-align: right;
font-weight: 200;
}

You must have applied that style to the gallery container

David


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

Thank you Seoras and David for replying.

The caption does seem to follow the .Logo style, but I hadn’t applied it to anything other than the Name logo; the gallery container had body text style applied. Weird. The ‘under the bonnet’ tussle of style priorities is beyond me! I’ve made sure that no style is applied, just in case.

However, discovering the magnific-popup.css file was GREAT!

I now have control again!

Thank you Seoras for opening that particular door.

This forum is an absolute lifeline and I am always so grateful for its existence. One day perhaps I can help someone else!

Josephine.


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