Tagged: x
-
AuthorPosts
-
March 24, 2016 at 7:47 pm #851777
Hello,
I’m wondering how can I delete the “/” bar on the meta description of the post ? (see below)
Thank you !
Robin
March 24, 2016 at 10:35 pm #851898Hello 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.
March 25, 2016 at 9:08 am #852419This reply has been marked as private.March 25, 2016 at 1:08 pm #852646Hello Robin,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.p-meta>span:after{ display: none !important; }
Thanks.
March 25, 2016 at 2:59 pm #852780Thank 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 againMarch 25, 2016 at 7:26 pm #853019Hi 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!
-
AuthorPosts