Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1064697
    worldofjames
    Participant

    Hi 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

    #1064814
    Friech
    Moderator

    Hi 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!

    #1065076
    worldofjames
    Participant

    Sorry, of course, it’s liveeveryminute.co.uk

    #1065157
    Rupok
    Member

    Hi 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!

    #1065552
    worldofjames
    Participant

    You guys are just too awesome. Best support EVER!

    #1065870
    John Ezra
    Member

    You’re most welcome!

  • <script> jQuery(function($){ $("#no-reply-1064697 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>