Is there any custom CSS code to remove some meta on posts?

Discussion in 'GeoCraft WordPress Theme' started by dedieo62, Mar 8, 2015.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    1) remove 'posted by'
    On post, I would like to remove the meta like 'posted by':. So, I try this custom css code who is right for blackbird. But for Geocraft V2, it does not work?

    .content-bar .post .post_meta{
    display:none;
    }

    What is the custop css code for Geocraft V2?

    2) How to have the date of publication in this format '8-mar-2015' instead of 'mar-8-2015' ?


    Thank You,
    Dedieon62
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi !

    1>
    Please paste the code given below in Custom CSS section
    (Geocraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    li.author {
    display: none !important;
    }
    2>Please follow the screenshot.
    geocraft_change_date_format.png

    HTML:
    <td><?php the_time('j F, Y'); ?></td>
    Thanks,
    Praveen
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Praveen,

    For question 1, it is ok. Thanks!

    But for question 2: your php code does not work on my website (www.opale-visites-virtuelles.fr) ?

    changing-date-of-publication.JPG

    Could you please verify what is wrong?

    Regards,
    Dedieo62
     

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    The above mentioned image is to change date format in "Single listing". For single post follow the steps mentioned in below image:

    geov2-dateformat-post.png
     
  5. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    Follow the steps mentioned in the image:

    geov2-dateformat-blogpage.png

    Thanks,
    Sameer Khanwalkar
     
  7. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Sameer,

    It is perfect now! Thanks a lot.

    Sincerely Yours,
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page