Font Size, Shortcodes and forms help

  • Posted in : Editor
  • srprime
    Participant

    Hi,

    I would like to know how to change the font size for the posts body section not the heading.

    I noticed a lot of shortcodes used in the About page of the demo, please advise on how to use them.

    Also the under more features of the demo, saw the forms page that has a lot of customizable fields that can be used on forms. I wish to know how to use them as well.

    Thanks

    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    @media screen and (min-width: 768px) {
    	.post .entry-content > p {
    		font-size: 16px;
    		}
    }
    

    2-) Please check out Documentation > Shortcodes.

    3-) It is just a demo page to show how default form elements are designed, you need to use a form builder plugin if you need to build custom forms.

    srprime
    Participant

    What is the form builder plugin, if i may ask?

    Thanks

    srprime
    Participant

    Also, i am trying to have a regular blog with no sidebar layout. I was wondering if i could change the featured image width to 1280px and have the content width as 1040px.

    Thanks

    ahmetsali
    Keymaster

    Hi again,

    – just google for it “wordpress form builder plugin”

    – try this custom css code;

    .blog .layout-fixed {
        max-width: 1040px;
    }
    @media screen and (min-width: 1340px) {
        .blog .featured-image img {
            width: 124%; margin-left: -12%; max-width: none;
        }
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register