Home Forums WoodMart support forum change font size

change font size

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #28023

    Jess
    Participant

    please help me to change font size.

    Attachments:
    You must be logged in to view attached files.
    #28025

    Jess
    Participant

    i am sorry, upload again.

    Attachments:
    You must be logged in to view attached files.
    #28027

    Jess
    Participant

    and this…

    Attachments:
    You must be logged in to view attached files.
    #28029

    Jess
    Participant

    and

    Attachments:
    You must be logged in to view attached files.
    #28037

    Jess
    Participant

    topbar left and topbar right

    Attachments:
    You must be logged in to view attached files.
    #28057

    Artem Temos
    Keymaster

    Hi,

    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

    #28113

    Jess
    Participant

    Thank 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.
    #28115

    Jess
    Participant

    small image

    Attachments:
    You must be logged in to view attached files.
    #28117

    Jess
    Participant

    Default alternative

    Attachments:
    You must be logged in to view attached files.
    #28188

    Artem Temos
    Keymaster

    Here 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;
    }
    #28195

    Jess
    Participant

    Thank you so so so much!
    And I would like to disable image zoom in.

    Attachments:
    You must be logged in to view attached files.
    #28211

    Artem Temos
    Keymaster

    Here is a code to disable this zoom.

    #28263

    Jess
    Participant

    Sorry, I can not see any code.

    #28280

    Artem Temos
    Keymaster

    Sorry, here is a code

    article.blog-post-loop:hover .post-img-wrapp a {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    #28299

    Jess
    Participant

    Very well, thank you so much!

    #28307

    Artem Temos
    Keymaster

    You are welcome!

Viewing 16 posts - 1 through 16 (of 16 total)

The topic ‘change font size’ is closed to new replies.