Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 15, 2017 at 4:07 am #1081370Hi,
You can try with this custom CSS:
.blog-featured .category-name.cat-violet { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
Then change the font-family as you wish.
keytianemouzar Friendkeytianemouzar
- Join date:
- November 2017
- Posts:
- 69
- Downloads:
- 74
- Uploads:
- 79
- Thanks:
- 2
December 16, 2017 at 11:28 am #1081601Hi,
I modified so that the category shows up the link. Now I would like this link to set the color of the category, not just when I put the mouse. How can I do?-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 18, 2017 at 3:25 am #1081807Hi,
You can try opening the file: root/templates/ja_teline_v/less/joomla.less
Look for the declaration for Category Name and add the background + color as this screenshot: http://prntscr.com/howef4
// Category Name .category-name { display: inline-block; a { background: #fff; border: 1px solid @gray; color: @gray-dark; display: inline-block; font-family: @font-family-alt; font-size: 11px; font-weight: @font-weight-normal; padding: 3px (@global-padding / 4); text-transform: uppercase; letter-spacing: 1px; line-height: 1; &:hover, &:focus, &:active { background-color: @gray-dark-max; border-color: @gray-dark-max; color: #fff; text-decoration: none; } } // Colors &.cat-red { a { background-color: @red; border-color: @red; color: #fff; &:hover, &:focus, &:active { background-color: @red; border-color: @red; } } }
Then do the same for other colors.
keytianemouzar Friendkeytianemouzar
- Join date:
- November 2017
- Posts:
- 69
- Downloads:
- 74
- Uploads:
- 79
- Thanks:
- 2
December 18, 2017 at 7:31 pm #1082024Thank you!
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by keytianemouzar 6 years, 11 months ago.
The topic ‘Change font category’ is closed to new replies.
Jump to forum