Christian Hi How are you?, I wonder if I can change the font only in texts, not titles, texts and as I can only enlarge a bit the logo, says that where in css but I can edit it?, This is the place currently testing http://www.elcarnerogroup.com/webfinal/, stay alert to your reply thanks!
Hi,
You can change the font on Enfold > Styling. You can also something like this on your custom.css or Quick CSS
body {
font-size: 15px;
font-family: Open Sans;
}
Upload a bigger logo then specify the height with this.
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }
Regards,
Ismael