Tagged: x
-
AuthorPosts
-
September 17, 2016 at 8:05 pm #1179771
handlettereddesignParticipantI’m running into a problem with a Convertkit form I’ve added to the end of my blog posts. I’ve added a ConvertKit form to the end of my blog posts in order to give readers the opportunity to subscribe to our newsletter. I want the form to be visible on my blog posts, but not on the blog page.
Take a look: http://66.147.244.105/~handlet3/blog/
Is there a way to show the form on the blog post page and not on each post on the blog page?
Thanks,
Andy
September 18, 2016 at 1:53 am #1179926
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.blog .ck_form_container.ck_inline { display: none; }Hope that helps.
September 19, 2016 at 4:46 pm #1182145
handlettereddesignParticipantThanks for the tip but it doesn’t appear to fix the issue at hand.
Any other suggestions?
September 20, 2016 at 12:24 am #1182636
LelyModeratorHi There,
Please remove this part from your custom CSS:
/*.x-navbar { background: #FFFFFF; } .x-navbar a{ color: #82A3AA !important; /* color: #000 !important;*/ }*/Comments inside comments will result to syntax error. CSS after syntax error will not work.
Hope this helps.September 20, 2016 at 11:05 am #1183320
handlettereddesignParticipantGreat catch, that appears to have fixed it! Thanks Lely!
September 20, 2016 at 11:15 am #1183333
JoaoModeratorGlad to hear it,
Let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1179771 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
