None of the shortcodes I have entered are not working. Can you please help me resolve the issue?
Hi (Email address hidden if logged out) ,
Can you tell us what shortcode are you trying to use?
Best regards,
Nikko
Hi Nikko, I have been trying with a number of different short codes, all unresponsive except the first one.
#top .social_bookmarks li a:hover {
background: transparent!important;
color: #f27222!important;
button.mfp-arrow {
display: none;
}
.special_amp {
font-family: inherit;
font-style: normal;
font-size: inherit;
font-weight: inherit;
}
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }
#footer .news-time {
display:none !important;
}
#portfoliobox-2 span.news-time {
display: none;
}
.news-time {
display: none;
}
#portfoliobox-6 .news-time {
display: none;
}
Hi (Email address hidden if logged out) ,
Thanks for posting, this is actually not a shortcode but CSS code.
The first code block that is working is actually causing the issue because it’s unclosed.
Please replace:
#top .social_bookmarks li a:hover {
background: transparent!important;
color: #f27222!important;
button.mfp-arrow {
display: none;
}
with:
#top .social_bookmarks li a:hover {
background: transparent!important;
color: #f27222!important;
}
button.mfp-arrow {
display: none;
}
Also, I would suggest indenting the properties (like the code I modified) so it’s easier to see when the code block is closed or not.
Best regards,
Nikko
Thanks so much! Everything works perfectly now. Cheers Nikko.
Hi (Email address hidden if logged out) ,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko