Hello Boho ad Bar Font

QuestionsCategory: QuestionsHello Boho ad Bar Font
Amy Hughes asked 7 months ago

I have looked and can’t find this answer.  I would like to change the script font in the ad Bar at the top of the screen because it is difficult to read in that size.  I love the script other pages where it is bigger.  Is there way I can change it to the other font that is built in on the site?
Thanks
Amy

1 Answers
Support Team Staff answered 7 months ago

If you go to Appearance > Customizer > Header > then over at the bottom right, you will see the button you edit.  Click that to edit the settings.  Then on the design tab over in the left on the customizer window, you can scroll down to adjust the font shown.

Amy Hughes replied 7 months ago

I don’t have anything that looks like what you are describing. I’m working in a Genesis theme and not a block theme. Does that change what you are saying? I have Appearance >Customize (not Customizer) >Header Image (not Header). When I look at the Widgets section I can see the ad bar but cannot change the font – only the wording.

Support Team Staff replied 7 months ago

Should have asked if this was genesis. To change that you need to adjust the CSS. Go to appearance > additional CSS and then add this. Keep in mind this will only work if you have called in the font to the style sheet. Or if it is one that the theme already uses. What font did you want it to be?

.ad-bar .widget:nth-child(2) {
font-family: ‘NAME OF YOUR FONT’ !important;
}