How to change titlebar size?

Home Forums Gillion Theme How to change titlebar size?

Home Forums Gillion Theme How to change titlebar size?

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

    I was wondering if there was a way to manually adjust the titlebar size, just like it is there for the header size. If it can only be done using custom code, can you please provide the code? I want to decrease the height of the titlebar.

    Thanks in advance!

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

    Hi @manikantan2001,

     

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

     

    You can achieve 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

     

    #page-container .sh-titlebar .sh-table {
        min-height: 0;
        padding: 10px 0;
    }

     

    Best regards,
    Shufflehound team

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