Home › Forums › WoodMart support forum › change font size
change font size
- This topic has 15 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos.
Viewing 16 posts - 1 through 16 (of 16 total)
-
AuthorPosts
-
December 9, 2017 at 2:33 pm #28023
JessParticipantplease help me to change font size.
Attachments:
You must be logged in to view attached files.December 9, 2017 at 2:34 pm #28025December 9, 2017 at 2:35 pm #28027December 9, 2017 at 2:36 pm #28029December 9, 2017 at 3:46 pm #28037
JessParticipanttopbar left and topbar right
Attachments:
You must be logged in to view attached files.December 9, 2017 at 5:01 pm #28057
Artem TemosKeymasterHi,
Here is a CSS code for this
.woodmart-header-links > ul > li > a { font-size: 13px!important; } .topbar-text, .topbar-menu .item-level-0>a, .topbar-menu .menu>.menu-item-language>a { font-size: 15px!important; } .post-single-page .entry-title, .blog-design-masonry .entry-title { font-size: 16px!important; } .read-more-section a { font-size: 12px!important; } .widget-title, .widgettitle { font-size: 15px; } .widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a { font-size:13px; } .woodmart-recent-posts .entry-title a { font-size: 14px!important; } .post-single-page .entry-content { font-size: 14px; }
Regards
December 10, 2017 at 4:16 am #28113
JessParticipantThank you! But the codes do not work on default and small image.
please set all font size 10px so that i can fix myself.
** default **Attachments:
You must be logged in to view attached files.December 10, 2017 at 4:17 am #28115December 10, 2017 at 5:21 am #28117December 10, 2017 at 12:57 pm #28188
Artem TemosKeymasterHere is a code snippet for that
/*Alt*/ .blog-post-loop .meta-post-categories>a{ font-size: 10px; } .blog-design-default-alt.blog-post-loop .entry-title{ font-size: 10px; } .blog-design-default-alt.blog-post-loop .woodmart-entry-content{ font-size: 10px; } .blog-post-loop .read-more-section a{ font-size: 10px; } /*Small img*/ .blog-design-small-images.has-post-thumbnail.blog-post-loop .entry-title{ font-size: 10px; } .blog-design-small-images .entry-content.woodmart-entry-content{ font-size: 10px; } /*Default*/ .blog-design-default.blog-post-loop .entry-title{ font-size: 10px; } .blog-design-default.blog-post-loop .woodmart-entry-content{ font-size: 10px; }
December 10, 2017 at 1:44 pm #28195
JessParticipantThank you so so so much!
And I would like to disable image zoom in.Attachments:
You must be logged in to view attached files.December 10, 2017 at 5:45 pm #28211
Artem TemosKeymasterHere is a code to disable this zoom.
December 11, 2017 at 2:45 am #28263
JessParticipantSorry, I can not see any code.
December 11, 2017 at 7:19 am #28280
Artem TemosKeymasterSorry, here is a code
article.blog-post-loop:hover .post-img-wrapp a { transform: scale(1); -webkit-transform: scale(1); }
December 11, 2017 at 8:43 am #28299
JessParticipantVery well, thank you so much!
December 11, 2017 at 9:20 am #28307
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
Viewing 16 posts - 1 through 16 (of 16 total)
The topic ‘change font size’ is closed to new replies.
- You must be logged in to create new topics. Login / Register