Tagged: x
-
AuthorPosts
-
June 29, 2016 at 7:13 am #1064697
worldofjamesParticipantHi guys
Thanks as ever for the great support. I have two questions
1. I would like to remove the left/right arrows that move people onto the next blog entry that show beside the title.
2. On archive pages, I would like to change the text when someone hovers over the image and for it to say Read More as opposed to ‘view post’
Are these doable? I’ve attached screen shots to show what I mean
June 29, 2016 at 8:17 am #1064814
FriechModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
June 29, 2016 at 11:15 am #1065076
worldofjamesParticipantSorry, of course, it’s liveeveryminute.co.uk
June 29, 2016 at 12:02 pm #1065157
RupokMemberHi there,
Thanks for the URL.
#1. You can add this under Custom > CSS in the Customizer.
.x-nav-articles { display: none; }#2. You can add this under Custom > JavaScript in the Customizer.
jQuery(function($) { $('.category a.entry-thumb .view').text("Read More"); });Hope this helps.
Cheers!
June 29, 2016 at 4:13 pm #1065552
worldofjamesParticipantYou guys are just too awesome. Best support EVER!
June 29, 2016 at 7:59 pm #1065870
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1064697 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
