Hi there @lolaweb –
I think the best starting point would be to add an h1 Heading block instead of your current paragraph block. Then choose the Wide Width alignment to that h1 Heading block as you see here:

Next, add the class entry-title
to the same Heading block, in the Additional CSS classes section of the Advanced block settings:

That should take care of the font size, alignment, and weight.
Now we need to add the border, which we can do via custom CSS:
/* Homepage title */
.home h1.entry-title {
border-bottom: 3px solid #000000;
padding-bottom: 60px;
}
Let me know how it goes!
-
This reply was modified 2 months, 2 weeks ago by
Kathryn P.. Reason: screenshot fix
Thanks – getting closer – http://lolainfo.com
I am not sure how to change the font on the title and I am not for sure the font of the titles on the other pages.
That is my desired results – see the page title – http://lolainfo.com/appointment/
Once last question – how do I get rid of the twitter, facebook, email, etc icons in the footer?
-
This reply was modified 2 months, 1 week ago by
lolaweb.
-
This reply was modified 2 months, 1 week ago by
lolaweb.
-
This reply was modified 2 months, 1 week ago by
lolaweb.
-
This reply was modified 2 months, 1 week ago by
lolaweb.
Thanks – getting closer – http://lolainfo.com
@lolaweb Getting closer indeed!
I am not sure how to change the font on the title and I am not for sure the font of the titles on the other pages.
That is my desired results – see the page title – http://lolainfo.com/appointment/
To get the font weight to better match your other pages, you’ll need to un-bold the front-page heading in the editor.

Could you please go ahead and try that and then let me know if it matches your other page titles, as on the Appointment page?
Once last question – how do I get rid of the twitter, facebook, email, etc icons in the footer?
You can remove the social menu by going to
Appearance > Customize > Menus
Select your social menu, and then un-check the box next to Secondary Menu, like you see here:

Finally, save your Customizer changes.
Let me know how it goes!
It went great – thanks for all your help.
-
This reply was modified 2 months, 1 week ago by
Alvaro Gómez.
Glad to hear, thanks for letting me know!