Button Styling

Posted in: Newspaper
Post count: 89

How do I do button styling in newspaper theme, i.e Button Size, Button Radius, Button Color, Button Hover Color, and Button Fonts etc?

Post count: 22421

Hello,

You can add buttons to your site using the tagdiv composer where you also have the button controls:
general tab: https://www.screencast.com/t/KNcEKtVCJ2
style tab: https://www.screencast.com/t/PVD5GAEs

Thank you!

Post count: 89

I want to style my Contact Form 7 button

Post count: 20688

Hi,

That will be possible with CSS, some guides – https://www.wpbeginner.com/wp-tutorials/how-to-style-contact-form-7-in-wordpress/
https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/

So for example this code provided in the guide this will apply yo the button of the form
http://prntscr.com/n9fx8z
You can customize it as you wish. If you need help with it let me know. Mention how you want it to be.

Thanks

Post count: 89

I would like to change radius of contact form 7 button.

  • This reply was modified 7 years by Sohaib.
Post count: 35449

Hi,

Please try this custom css
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
border-radius: 10px;
}

If this is not working, please provide me a link to your contact form 7 and I will provide you a css for radius button

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.