Nikko,
I managed to get it by changing the old to this
.logo.bg-logo a { text-decoration: none; font-size: 24px; }
Thank you.
Nikko,
Thank you for the information.
I’m still having an issue where when themeing the Logo Text via quick CSS is modifying the secondary menu’s font size and it appears to be alter all link font sizes in main content of pages.
I’m using this Quick CSS to style the alink in the logo area.
.logo img { display: none !important;}
.logo a:hover, a:visited, a:link { text-decoration: none; font-size: 24px; }
Rikard,
Sure, in the image i’ve added on the private content, Highlighted in green I would like to put a third navigation menu that is role restricted. I have a plugin called Nav Menu Roles that allows me to show items based on roles and logged in. I would like to place an additional navigation menu in the green area.
Highlighted in Red is the secondary menu available with the theme, I believe it is called the Social menu. I did not wish to change the size of that font but when i changed the size of the Font in the logo area it also increased the font size of text in the Social menu, and when i was trying to manually add a third menu it was also controlling the font size of that based on the CSS i posted in my original post.