Hiding and padding various blog elements

Home Forums Gillion Theme Hiding and padding various blog elements

Home Forums Gillion Theme Hiding and padding various blog elements

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • calyxatx
    Participant

    Hello! I have a few theme questions that (I hope) are relatively minor and I would like to know if they can be done inside of Gillion.

    a. How do you remove author photo from bylines on post pages and all plugins in displays?

    b. How can you hide the categories on the “related posts” section below a post?

    c. How can you hide the categories on the “prev/next links” post element?

    d. On category pages such as Left/Right mix, the featured image for the top post sites flush with the top of the site in full width site mode. Also the numbers for further pages sit flush on the bottom to the footer with no room. Is it possible to pad on the top and bottom for this on all category pages?

    Thanks for your help!

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

    Shufflehound
    Moderator

    Hi there,

     

    Thank you for your questions.

    To answer all of them we would need to see your website, so we can better understand this issues. Is it possible? (you can post it in private field)

     

    Best regards,

    Shufflehound team

    calyxatx
    Participant

    Private content is in the hidden area below.  Thanks!

    Shufflehound
    Moderator

    About your questions:

    a., d. You can use this CSS snippets bellow (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code ):

    .post-meta img {
        display: none;
    }
    
    body.category .content-container.sh-page-layout-full {
         padding60px 0;
    }

     

    b., c. There is an option for that under  Admin Dashboard -> Appearance -> Theme Settings -> Blog > Post Settings

     

    Hopefully it helps. 🙂

    calyxatx
    Participant

    Thanks so much for your help! These worked great.

     

    Two additional questions:

     

    Is there a way to disable blog sidebar on mobile & tablet?

     

    On tablet, the three widget areas look awkward, as one goes to the bottom below the other two, is there a way to just disable the third widget area on tablets (tablets and mobile devices works as well if thats easier).

     

    Thank you!

     

    You are most welcome here 🙂

     

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

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