Move the Categories

Home Forums Gillion Theme Move the Categories

Home Forums Gillion Theme Move the Categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Carrebear56
    Participant

    Hello, how can I move (or remove entirely) the Categories in pink that are above the blog title name?

    Attachments:
    You must be logged in to view attached files.

    Hi @Carrebear56,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .post-single-meta .post-categories-container {
        display: none;
    }

     

    Best regards,
    Shufflehound tea

Viewing 2 posts - 1 through 2 (of 2 total)