Re: Can't figure out how to change font size?
Hi there,
From the code you have given us, you're looking for anything that looks like this (the FONT tag)...
<font class="whatever_classid_is_relevant">
It's best to go into your skin1/skin1.css file to edit these, so locate the "whatever_classid_is_relevant" with a search inside the file. And when you're more advanced with CSS, in future, to remove these altogether.
When you have located the relevant class within the css file, replace/add accordingly within the brackets statement. For instance, here are some examples in changing the font size (disregard/ignore the comments and its contents) ...
FONT-SIZE: 12pt; /* in point size */
FONT-SIZE: 1em; /* in em's */
FONT-SIZE: 13px; /* in pixels */
Compare existing code within the css file and also google CSS for more tips.
Remember to back up.
Regards,
Doms
__________________
Doms
kube v4.1.9
|