swaith
Forum Replies Created
-
Its ok, after working at it, I managed to solve my issue
Turns out that its not the captions, it was the descriptions tag I needed and the first bit was interfering. (solution below if anyone else wants it.)
.fbx-caption-desc {
font-size: 15px;
color: #ffff;
}Its ok, after working at it, I managed to solve my issue
Turns out that its not the captions, it was the descriptions tag I needed (solution below if anyone else wants it.)
.fbx-caption-desc {
font-size: 15px;
color: #ffff;
}Ok that worked great –
Now second issue but you might be able to help me, again im just starting out with this so thank you so much for your patience,
Based on what you provided I had a quick go at trying to write up the same thing for the description of the lightbox –
.foobox.fbx-image-lightbox
.fbx-caption-desc figcaption.fbx-caption {
font-size: 13px;
color: #ffff;
}I assumed the fg was short for Foogallery – so FBX shows up a lot when I use chrome tools – Im not sure what Im doing wrong, similarly I want to edit the header as well under the lightbox which i “think” is under fbx-caption-title?
Thank you again!
Thank you so much, I had thought it was something like that but I just changed my previous attempts from gallery to simple_portfolio i missed the .fg part,
Il try it now and come back to you, thank you for taking the time to reply, I really appreciate it =]
Apologies for the extra text, however just to be clear this is my first attempt and making a site from scratch and venturing outside the default settings so please bear with the very clunky design/appearance. I am gradually making changes as I go and creating elements for the page.
Thank you for your patience!