Hello,
Excellent theme, thanks so much! All has been working well until last month when the icon box titles in several pages disappeared. I had them linked to specific pages on my site, and when I remove that linking the titles show up again. Can you help me fix this, as I want them to both show up and be linked :)
You can see the issue on the home page – “upcoming concerts” title show and is not linked, as do “connect” and join our newsletter”.
Hi 1lizcollins!
Do you have this in your custom CSS?
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
display: none;
}
It needs to be removed if so.
Or add this to your custom CSS to overwrite it.
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
display: block !important;
}
Cheers!
Elliott
Thank you so much! That did it :)
You can mark this as solved.