Tagged: x
-
AuthorPosts
-
December 29, 2016 at 10:33 am #1308659
remnantministriesonlineParticipantI am wanting to take away both the left/right scroll option (on the right) and the box icon (on the left) that takes a person back to the main store part. (I have a method to my madness lol.) Attached is a picture to show you. I am running Ethos 3. Is there an easy fix for this??
Website is http://www.remnantministriesonline.com.
December 29, 2016 at 10:46 am #1308693
JoaoModeratorHi There,
Please add the following code to Appereance > customizer > Custom > CSS
.x-nav-articles { display: none; }Hope it helps
Joao
December 29, 2016 at 11:18 am #1308720
remnantministriesonlineParticipantThank you. We are half way there 🙂 But the left side box is still there. Is there any way I can remove that? Furthermore, is there any way it could be redirected to a different page, rather than to the default store page?
December 29, 2016 at 11:38 am #1308748
Nabeel AModeratorHi again,
To remove the left button, add the following code in your Customizer:
.entry-parent { display: none !important; }If you need to redirect it to some other page, add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function($){ $('.entry-parent').attr("href", "http://remnantministriesonline.com/contact-us"); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
December 29, 2016 at 11:39 am #1308749
remnantministriesonlineParticipantI guess what would do the trick would be if I knew what the wording of the box icon on the left side…. Your thoughts?
December 29, 2016 at 11:40 am #1308751
Nabeel AModeratorHi again,
Did you try the above code?
Let us know if it works!
December 29, 2016 at 11:41 am #1308753
remnantministriesonlineParticipantWorked like a charm! THANKS!!!!
December 29, 2016 at 11:50 am #1308763
Nabeel AModeratorGlad we could help 🙂
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1308659 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
