By Renee Levant on Wednesday, 30 December 2020
Posted in General Issues
Replies 1
Likes 0
Views 590
Votes 0
Is there a way on the front and other blog pages to make the header nicer, larger in H1 size and put space between logo and menu and the header words? Or add a nice header for the Blog

https://tinyurl.com/yblaudel
and
https://tinyurl.com/ycjebkdv
About the space between your site logo and blog header, you have to modify the padding pixel from your template custom css file, you can check my attached screenshot below.

Regarding with your blog header title and description font format, you can try applying the following CSS :


/* This css for title */
body #eb .eb-brand-name {
font-family: 'Lato', sans-serif !important;
font-size: 16px !important;
}

/* This css for description */
body #eb .eb-brand-bio {
font-family: 'Lato', sans-serif !important;
font-size: 16px !important;
}
·
Wednesday, 30 December 2020 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post