After testing it some more, the button shows in firefox but not in Safari or Chrome??? Anyone know how to fix this?
hi,
Can you please send your link?
hi,plz go to,
http://addysmith.com/ao/wp-content/plugins/gt3-pagebuilder/css/pb-modules.css?ver=3.9.2, then,
find .shortcode_button.btn_small.btn_type4 class and remove (display:none;) property.
oh, I hid this for another section where I do not want the buttons to show. I didn’t realize it would override this as well. Crap. Thanks, you’re quick. Do you know if there is a way to hide some buttons and not others, or can i assign a different button to the form?
While I have you, can I ask you another question:
on the blog page:
http://addysmith.com/ao/new-test-post/
is there a way to hide the About the Author section, featured works boxes and comments areas?
I just want the text. Also I would like the featured image to show with the post but for some reason it is not.
No pbm, you just add class on that button on form.
For Ex;
<p class=”subm-but”>[submit “Send”]</p>
and add class,
form.wpcf7-form p.sub-but input[type=”submit”] {
display: block;
}
Do I add this class to the same pb-modules.css page?
hmm…it didn’t work. It shouldn’t matter where on that page I place it, should it?
Here’s what I pasted, is this right?
.form.wpcf7-form p.sub-but input[type=”submit”] {
display: block;
}
is there another page I should put it on?
can you pls add your main css?
Sorry, I’m a rookie. Which is my main css?