Hi,
I’ve set “Open Sans Condensed” as Heading Font and I’d like to change just any Footer Widget titles to this font. How can I do?
Many thanks.
Bebeto
Hi Bebeto,
That should be possible yes, please link to your site and we’ll have a closer look.
Regards,
Rikard
Hi Rikard, my site is actually on a private network test server. I send you the IP address in the private content, so you can modify your host file.
Many thanks.
Bebeto
Hi,
We need a publicly accessible site to be able to view it, we can’t edit host files unfortunately. If you are trying to edit the widget titles you can try CSS like this:
#footer .widgettitle {
your CSS here
}
Thanks,
Rikard
Sorry, but I believe that you can help me also without seeing the website.
I’ve found a similar question but with another font family. Look this:
#footer .widgettitle {
font-family: “OpenSansCondensed”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}
As I use “Open Sans Condensed” as heading font family, how can I change the CSS to insert my font type?
Many thanks.
Bebeto