codedesign
Forum Replies Created
-
Have a look in your woocommerce.css script (you might need to ftp into your site) find this line
ul.product_list_widget li img
after you have found it deletewidth: 32px;
And you are all done.
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: I want bold my page textTo make a member like site i would recommend S2member plugin
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Zerif Lite] Pirate form boxes alignmentsend me a link where you downloaded the theme then i will check it out
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: How to make image/logo in the header clickableGo to header.php appearance –> editor –> header.php
then you search for .site-title after that delete the lines.
and replace it with
<a href="https://www.yourlinkhere.com"><img src="yourimage.jpeg"></a>
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Regina Lite] Images on blog post are not responsiveSorry i don’t mean any harm its just easy to help when i can see what i am upto.
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: How to make image/logo in the header clickablegive me a link to your website
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Regina Lite] Images on blog post are not responsive[offer to login redacted]
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: I want bold my page textYou get different ways to make text bigger
Headings go from h1″biggest” to h6″the smallest” <h1>Your text here</h1> that will make your text very large.
You can also make your text bold with <b>This will be text </b>
if you know css you can also go with the natural good way of coding. <div style=”font-size:20px;”>This will be your text </div>
Hope this helps [redacted – please do not ask for login information]
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Zerif Lite] Pirate form boxes alignmentits really hard to help someone when you cannot see the code.
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: How to make image/logo in the header clickableHi luisolano
you will need to make it a hyper link.
<a href="https://www.yourlinkhere.com">Your image link here</a>
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Regina Lite] Images on blog post are not responsiveHi Mightyyak
Please send me a link of your website.
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Nisarg] Adding logo to menu navigationIf this problem is resolved please mark it as “Resolved”
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Zerif Lite] Pirate form boxes alignmentCan you upload it to a secondary domain so i can have a look there?
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Zerif Lite] Pirate form boxes alignmentOk i had a look at the image you send me it just an alignment issue i can still not access your website but you will need to add the code
style=”text-align:left !important;”
to the contact form.
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Nisarg] Adding logo to menu navigationI have added a padding of 10px to the top of the image.
style=”margin-top: 10px;”
it made the nav bar a little bit thicker because the image got pressed down.
Kind Regards
Ruben Mostert