curtain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Vertical header with menu?GeneratePress doesn’t offer a built-in vertical header layout by default — it’s mainly designed for horizontal headers.
On my site (https://abudhabicurtain.com/), I also needed a custom layout for better branding, and I had to use GP Premium Elements + a bit of CSS to achieve the exact structure. So if you want a vertical header with logo, menu, and slogan across the entire site, some custom CSS or Elements setup will be required.
Forum: Themes and Templates
In reply to: [GeneratePress] Mobile menu contact info changeI’m also using GeneratePress (Mechanic Theme) and I faced the same issue on my Curtain Abu Dhabi website.
In my case, the mobile menu contact info wasn’t coming from the footer. It was added through Elements → Hook or sometimes inside the Off-Canvas Panel settings in the Customizer. Please check:
Appearance → Elements → Hook (see if any contact info is added there)
and
Appearance → Customize → Layout → Off-Canvas PanelThat’s where I found and fixed it on my site. Hope this helps
Forum: Themes and Templates
In reply to: [GeneratePress] How to change font size of sidebar titlesHi @todga,
You can easily change the sidebar title font size in GeneratePress — here’s the simple way to do it:
If you’re using GeneratePress Premium, go to:
Appearance → Customize → Typography → Widget Titles
From there, you can adjust the font size and click Publish.If you don’t see that option, no problem — just add a small CSS snippet:
Go to Appearance → Customize → Additional CSS and paste:
.widget-title {
font-size: 22px;
}You can change 22px to whatever size you prefer.