MzBeanz
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form Layout problem.. need helpIt is a plugin you can use with Contact Form 7 to add a ‘skin’ to your form. https://www.ads-software.com/plugins/contact-form-7-style/
My forms layout appearance was fine until I tried to use the ‘custom’ option to design my own form.
Here is a screen shot of how my form looked after I used the plugin Screen Shot of problem
I was able to apply add a fix by adding a snippet to my style sheet but I am still wanting to figure out what went wrong… (drives me batty when I can’t find my error )Thanks for responding!
Forum: Plugins
In reply to: [Contact Form 7] Form Layout problem.. need helpThanks for your reply. It worked fine before I tried using the Contact Form 7 Styler… after that the checkboxes and the main message body widths were shortened. I didn’t know where to look for he affected file to fix it but I did apply css styling to override what ever was done… Would still like to know what exactly broke…
Forum: Plugins
In reply to: [Contact Form 7] Styling a formin which file would you attempt this?
Forum: Themes and Templates
In reply to: [Spun] Spun – site.description appearing in homepage contentI finally figured it out… this is what worked for me:
I left the code for the tagline in the header.php file but removed it from Main Index Template.php (index.php)
Remove this from Main Index Template.php
<?php if ( is_home() && ! is_paged() ) : ?>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
<?php endif; ?>Hope this helps if you need help with this let me know,
Forum: Themes and Templates
In reply to: [Spun] Change the color of the circleCan each circle be a different color?
@aishaluchas1 I wold love to know how you changed color for each circle! TIA
Forum: Themes and Templates
In reply to: [Spun] Text in circles: letters are getting cutCan you make each circle a different color?
Forum: Themes and Templates
In reply to: [Spun] How to change circles – every circle his own colorin your styles.css look for
.hentry.no-thumbnail:hover,
and change to the following….this will make them green, just put hex for whatever color you want.
.hentry.no-thumbnail:hover {
background: #993333; }if you need help shoot me an email [Moderator note: This forum does not provide email support]