How to change style of logo text to bold

GK User
Mon Oct 12, 2015 3:36 pm
I am using University template for my web site: http://www.3cushionbilliards.com. I found in Features tab where I change the logo type to "text" and can enter logo text and logo slogan. I also found I can select Raleway as the font family for Headers - font in the Fonts tab. (I pasted the google font url: http://fonts.googleapis.com/css?family= ... 00,500,700)

Can you tell me how I can select the Bold 700 font weight for the logo text? Thanks.
User avatar
Junior Boarder

GK User
Mon Oct 12, 2015 5:06 pm
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
#gkLogo.text > span {
font-weight: 700;
}
#gkLogo.text .gkLogoSlogan {
font-weight: 700;
}

*you can chose if you want to make only top, or both texts bold.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Oct 12, 2015 7:11 pm
Thank you.... this is exactly what I needed.
User avatar
Junior Boarder

GK User
Tue Oct 13, 2015 7:18 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Tue Oct 13, 2015 7:20 pm
Not at this time... I have successfully made the changes and display is correct. Thanks for the follow-up...
User avatar
Junior Boarder

GK User
Tue Oct 13, 2015 7:28 pm
Ok, feel free to post new forum threads if you have any other questions.
User avatar
Moderator


cron