Home Forums WoodMart support forum enlarge elements on blog page

enlarge elements on blog page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #233415

    eric
    Participant

    Hi there,
    I want to enlarge the all the elements on the top of blog page as print screen shot.
    Thanks a lot.

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

    Hello,

    Please provide the correct page URL, so that I could give you custom CSS. I see 404 now.

    Best Regards

    #233668

    eric
    Participant
    #233751

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .meta-post-categories>a {
        font-weight: 600;
        font-size: 22px;
    	  padding:5px;
    }
    body .meta-post-categories {
        height: auto;
        line-height: 45px;
    }
    body .post-single-page .entry-title {
        font-size: 52px;
        line-height: 1.2;
    }
    body .woodmart-entry-meta .meta-author {
        vertical-align: top;
        font-size: 24px;
    }

    Set the sizes as per your needs.

    Best Regards

    #234603

    eric
    Participant

    Hi there,
    It worked. But I found the tag category was cut as printscreen shows.

    #234665

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .meta-categories-wrapp {
        height: auto;
    }

    Best Regards

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