Okay
  Public Ticket #1516048
Blog Date and sorting Social Icons in Canvas Menu
Closed

Comments

  •  1
    ciddi89 started the conversation

    Hey Guys,

    First: I want to change the sort order of the social icons in the Off Canvas Menu (Mobile Menu) but I can't find the code line where I can change it. (I did already change it in the main menu and footer and it works great) Maybe you can help me and say me where I can change it?

    Secondly: I hide the Author Name in the blog pages with your code from the articles (body .meta-author {display: none !important;}) It's working well but there is still the "I" in front of the date. (Look at the attachment)  Is there a way to hide the sign?

    Anyway, thanks for the great theme! I love it!

    with kind regards

    Christian

  •  2,744
    Andrew replied

    Hi Christian,

    Apologies for the late reply.

    1) To change that order take a look at the following files:

    salient\footer.php

    The array at line 317.
    They are added to the page in the loop between 321 - 324

    2) Could you try this CSS to remove that:

    .single #single-below-header >span:nth-child(2){
        border-left:none;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps.

  •  1
    ciddi89 replied

    Hey Andrew,

    thanks for your help. Both things works and now it looks perfectly! You're the best, thanks again :) 

    Wish you a nice day!

    With kind regards

    Christian