To edit the title font which displays the bride and grooms name on your wedding website, just simply follow the steps below:
1. Log into your nearlyweds account by going to www.nearlyweds.com
2. Click on My Wed-Site to start editing your wedding website.
3. On the tool bar located at the top of the page, expand the selection for Site Editor Menu and just select Change Title Font.
Just feel free to test out the fonts that are provided, and you can also change the font's color and size.
If you want to edit the placement of your title fonts by moving it to the right, left, up or down, you can use CSS codes and place it on your website through the same Site Editor Menu and click on Custom CSS. Here is the code below to use:
#header h1{
margin-top:0px!important;
margin-bottom:0px!important;
margin-left:0px!important;
margin-right:0px!important;
}
Feel free to change the value of 0px to fit for your wedding website.