How to change titlebar size?
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
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it