RevDun
Member-
Content Count
8 -
Joined
-
Last visited
Everything posted by RevDun
-
Change Header Navigation font (Bedford)
RevDun replied to RevDun's question in Coding and Customization
I'm not an expert, but here's the code I used. Replace "Acrom" with the name of your font. If that doesn't work, I suggest you start a new thread on the forum, since better experts than I will be more likely to see it there. /* change header nav font to Acrom */ #headerNav nav a { font-family: 'Acrom' !important; } #mainNavigation .folder-toggle { font-family: 'Acrom' !important; } Hope that helps!- 4 replies
-
- navigation
- font
-
(and 1 more)
Tagged with:
-
Change Header Navigation font (Bedford)
RevDun replied to RevDun's question in Coding and Customization
That fixed it – thanks so much!- 4 replies
-
- navigation
- font
-
(and 1 more)
Tagged with:
-
Bedford – change banner font/typeface
RevDun replied to RevDun's question in Coding and Customization
That worked, thanks so much! -
I want to change the font in my header navigation. I'm able to do it to each link that is a direct link (i.e., I click on it and it takes me directly to a page), but the items that are drop-down menus on hover don't change. I'm using this code: #headerNav nav a { font-family: 'AspiraWide' !important; } The website is at www.middle.st – It's subtle, but you can see the "Events" and "Contact Us" links are a slightly different font. Thanks!
- 4 replies
-
- navigation
- font
-
(and 1 more)
Tagged with:
-
I'm using Bedford and looking to change both the title (bold) and text (no formatting) that appear in a banner. I'd like to use CSS to do this, because I'm using custom fonts that I uploaded, and they don't appear in the site styles dropdown lists. Thanks in advance! www.middle.st
-
Thanks so much – it worked perfectly!
-
I have created a simple, one-field form to collect responses to email to me. I would like to center the "Submit" button. In the form settings, I clicked "Advanced," then "Button Alignment: Center." But the button remains aligned to the left side of the page. How do I fix this? Thanks so much! This issue occurs in Chrome and Edge for Windows and Chrome for Android. Don't have Firefox, so haven't checked that. www.middle.st – about 2/3 of the way down (I'm using Bedford, if that helps)