Hi, as you can see here – https://www.evernote.com/shard/s55/sh/f49f2b70-2a48-4c8e-9b74-2a2e34a19311/f41bac5b836aa18875576dad1cc9217b/deep/0/Photobek—Traveling-the-world-one-photo-at-a-time….png – the title of that section is not showing. It is there but it isn’t showing. I tried changing the colors but nothing works. It should be white but it just doesn’t show.
Any idea why?
URL is – http://www.photobek.com/
Hi DROR!
Add this to Quick CSS or custom.css
#gallery .av-special-heading-tag{
color:#FFF !important;
}
Best regards,
Arvish
Thanks, that worked for the title above the gallery masonry but it didn’t work for the title above the blog posts at the bottom of the page – http://www.photobek.com/ – that heading is still not showing.
Hi!
Try this instead:
.av-special-heading-tag{
color:#FFF !important;
}
Regards,
Arvish
Will that effect all special heading I will use across the site?
Hi!
Yes, please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and change the code to following one
.your-custom-class .av-special-heading-tag{
color:#FFF !important;
}
Best regards,
Yigit