Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851777

    Robin M
    Participant

    Hello,

    I’m wondering how can I delete the “/” bar on the meta description of the post ? (see below)

    image

    Thank you !

    Robin

    #851898

    Prasant Rai
    Moderator

    Hello Robin,

    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.

    Thanks.

    #852419

    Robin M
    Participant
    This reply has been marked as private.
    #852646

    Prasant Rai
    Moderator

    Hello Robin,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .p-meta>span:after{
    display: none !important;
    }

    Thanks.

    #852780

    Robin M
    Participant

    Thank you !

    I have another problem on the post page…
    The logo is ‘black’ normally and should be ‘white’ only on the “le voyage” page. The problem is that the logo changes also in every post page.
    Can you check what is wrong ?
    Thanks again

    #853019

    Friech
    Moderator

    Hi There,

    Please update the JavaScript code that switches your logo to:

    jQuery(".page-id-1189 .x-brand img").attr("src","http://hellotrike.com/wp-content/uploads/2016/03/Logo2.png");

    Your current JS code switch the logo in le voyage page and on single posts

    Hope it helps, Cheers!