Hi again, what CataBlog code are you using for your image display?
Kind regards
Hi there,
Thanks for the reply….it’s the Gallery template…
How to keep the title and black bar exactly like that, but have it on all the time…
Code is:
Catablog id=”8506″ navigation=”disabled” template=gallery
Can you type your website link here please.
Hi
OK site is http://fodphotosite.com
Have a look at the Photo Gallery section to “see” what I mean…
Any help is helpful. Thanks in advance.
Hi add the following to your style.css theme file.
You should always work with a child theme.
.catablog-gallery.catablog-row .catablog-title {
display: block !important; //...this is what you need to add
}
This will make the title active all the time. I am not sure if this is going to affect any other settings. Please keep an eye out for any Title settings that you enable within your CataBlog.
If this resolves your issue, could you close this titcket.
Kind regards
Resolved, thank you so much. Yes that worked.
I am happy to hear and you are most welcome 😉