Top Header Font Size / content
-
Trying to increase the font size on the top header
I’ve attached a screenshot of a basel theme with the increased size also the right side i’d like to remove all of that. and center Text in the header top bar
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions:
https://xtemos.com/docs/basel/advanced-typography-settings-2/
If you tried and still have difficulties, please provide your site admin access I will help.
Best Regards
I tried adding both topbar-content and top-bar-left in Custom Selector neither works.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .topbar-wrapp.color-scheme-light .top-bar-left p {
font-size:30px;
}
Or use this selector: body .topbar-wrapp.color-scheme-light .top-bar-left p
Best Regards