• Resolved seelenb

    (@seelenb)


    hi

    How can increase font size of the review submit form and the text boxes?

    Also ‘click here to add your own review’ is to small

    thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    hi seelenb

    To increase the font size in the text box please use this custom css in the options basic tab of the plugin. #comment{ font-size:30px;}

    To increase the size of the click here button add this custom css to the same section .ewd-urp-review-title{font-size:30px;}

    Let us know if this helps.

    Thank you.

    Thread Starter seelenb

    (@seelenb)

    I have added but no change?

    thanks

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    hi seelenb

    Please go to the styling tab under the options tab there under PREMIUM STYLING OPTIONS you should be able to adjust your font size.

    let us know if this helps.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @seelenb,

    You can use the following Custom CSS to solve your issues:

    Click here to add your own review

    .ewd-urp-toggle-button {
        font-size: 20px;
    }

    review submit form button

    #ewd-urp-review-submit {
        padding: 15px;
        border-radius: 100px;
    }
    
    #ewd-urp-review-submit:hover {
        cursor: pointer;
    }

    text boxes

    .ewd-urp-product-name-text-input {
        height: 100px;
    }
    
    #Post_Author, #Post_Email, #Post_Title, .ewd-urp-captcha-response > input {
        height: 40px;
    }

    You can input the Custom CSS in Options > Basic > Custom CSS box.

    Let me know if it works for you. My apologies for the delay.

    Thread Starter seelenb

    (@seelenb)

    perfect that worked!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘increase font size / input box’ is closed to new replies.