- This topic has 2 replies, 2 voices, and was last updated 2 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Tagline’ is closed to new replies.
Homepage › Forums › Free Support Forum › Chooko Lite › Chooko Lite Support › Tagline
Hi,
I am building a site using chooko lite and really don’t like the looks of the tagline. Is there any way to customize the font,size and color of the tagline?
Other than that issue, I like the look of the theme.
Thanks,
mo3ds
Hi, glad you like the theme! If the tagline is the only issue then hopefully this can be fixed.
There are no point-and-click settings for this, but you can re-style it in a lot of ways using some CSS.
Go to Customize > Additional CSS and paste the following snippet:
#tagline {
font-family: "PT Sans", Helvetica, Arial, Verdana, sans-serif;
font-size: 16px;
font-style: italic;
color: #6b5344;
max-width: 30%;
}
These are the default values, so it won’t make any change at first. But from there you can change the values as desired.
For example, if you want it to not be italic, change “italic” to “normal”.
For the color, the light pink is #ffc2c2 and the darker pink is #eb9f9f, or you can go with the dark grey used for default text: #333333
Let me know if there is one specific aspect you want to change and are not sure how, and I’ll try to help with the relevant code snippet.
Thank You for the options!
IceableThemes has been crafting, supporting and updating Premium WordPress Themes since 2013.
Any question? Contact us and we'll be glad to help.
Need assistance using one of our themes? Hit our support forums and we'll get your issue sorted in no time.