How do I change the font size of the Nav Bar as it is too large for us
via the css ?
Incidently why are the fonts so large after we have upgraded from 5.10.8 to 6.6.8 ?
Hi David,
can you post a screenshot? Are you using CSS already to modify Confluence? Maybe there's an issue on the custom CSS.
Best
JP
Strange, font size seems fine now that I have had to reboot my laptop, must have been some browser caching issue I guess, thanks for your reply anyway
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you change the font size in a css style sheet? The syntax below is no longer being honored with being upgraded from Confluence 6.6.5 to the Confluence 6.13.4 release. The font family work, but strangely the font size will not increase nor decrease with the css code below.
.HomeImage {
font-family: "Times New Roman", Times, serif;
font-size: 10px; border-style: solid; border-color: #007CBA; border-width: 2px; min-width: 160px; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); z-index: 1; padding-top: 5px; padding-right: 5px; padding-bottom: 40px; padding-left: 5px;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.