joecobain123
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA not showing on IE or EDGEHi Neil,
Thank you for your advice. So it has ended up being the theme which is causing the problem. how strange.. Do you have an idea what could be interfering with it?
Forum: Themes and Templates
In reply to: [SoSimple] Footerfound it… dont worry
Forum: Plugins
In reply to: [WooCommerce] CSS to align the products to the centerI added
<br /><?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?>thank you anyway π
Forum: Plugins
In reply to: [WooCommerce] CSS to align the products to the centerWould it be possible to have the product short description appear on the first page (http://www.mortgagerefunds.es/shop/) as well as on the product page itself?
Forum: Plugins
In reply to: [WooCommerce] CSS to align the products to the centerthank you! that has really helped
Forum: Plugins
In reply to: [WooCommerce] CSS to align the products to the centerPerfect!! Thank you!!
If I wanted to remove all of the stuff above the product pictures i.e.
Home / Products Products Showing all 2 results sorting optionswhat would I use?
Thank you for all of your help! I really do appreciate it.
Joe
Forum: Plugins
In reply to: [WooCommerce] CSS to align the products to the centerThank you for your fast reply.
That just put the two products in a column.
I want them to be next to each other but centered.
Forum: Plugins
In reply to: [WooCommerce] CSS to align the products to the centerhttp://www.mortgagerefunds.es/shop/
thank you
Forum: Themes and Templates
In reply to: [evolve] Front Page Content BoxesI have used this css and seem to have worked!
.home-content-boxes h2 {
margin-top: -20px !important;
}
.home-content-boxes p {
margin-top: -5px !important;
margin-bottom: -5px !important;
}
.home-content-boxes a {
margin-top: -5px !important;
}
.home-content-boxes {
top: -50px !important;
bottom: -60px !important;
}
.home-content-boxes p {
font-size: 13px !important;
color: #00cca3
}
.home-content-boxes h2 {
font-size: 16px !important;
}.home-content-boxes p {
margin-bottom: -60px !important;
}.header {
padding-bottom: 0px !important;
}.t4p-icon-social-rss::before {
font-family: ‘FontAwesome’;
content: “” !important;
}The next problem I have is that it look awful on mobile! what can I do?
Forum: Themes and Templates
In reply to: [evolve] Front Page Content Boxesalso how do I change the colour of the text within the 4 boxes?
Forum: Themes and Templates
In reply to: [evolve] Front Page Content Boxesthe website is http://www.mortgagerefunds.es/.
I want to resize the 4 boxes in the middle.
Thank you for your help
Forum: Themes and Templates
In reply to: [Virtue] How to add text to the home pageThank You!!