New Landing How can we help? Themeforest Theme Support Neighborhood Change the size and spacing beetwen paragraph

Viewing 11 posts - 1 through 11 (of 11 total)
  • #221731
    Slim
    Member
    Post count: 422

    Hi friends,
    how can i change the size of letter and spacing beetween paragraph just for one page?

    Example: image attached

    Thankz 😉

    #221732
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #221806
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    p {
        font-size: 14px !important;
        letter-spacing: 1px !important;
    }
    

    Thanks
    Mohammad

    #221856
    Slim
    Member
    Post count: 422

    Hi friend,
    This code changes all elements with “p”,
    i want to do that only on one page.

    Thankz!

    #221860
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last code and use this new code:-

    /* Just change the page id */
    .page-id-2 p {
        font-size: 14px !important;
        letter-spacing: 1px !important;
    }
    

    Thanks
    Mohammad

    #221881
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #221914
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .page-id-126 p {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    }

    Thanks
    Mohammad

    #221919
    Slim
    Member
    Post count: 422

    Doesn’t work man!:S

    #221922
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Where did you insert the code?
    Thanks
    Mohammad

    #221954
    Slim
    Member
    Post count: 422

    On CSS custom my friend!

    #221965
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You had some characters without comment.
    I add the comment tags.

    https://www.dropbox.com/s/bayrqo3jwfqp0b5/Screenshot%202015-10-20%2015.45.02.png?dl=0

    Can you check again?

    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register