Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Graham: Please post your site URL so that I can check in.
Sakin
Keymaster@shesue: You wither need to post your two image url or if you have upload in your page then that page needs to be published. We cannot view preview the page which haven’t been published.
Sakin
Keymaster@impresnet: It’s not working as you have addition custom CSS below that. Please check your custom css box and you will find the following CSS which is overwriting it.
/* Sub Menu Background */ #header-menu ul.menu ul a { background-color: #187bc9; line-height: 15px;}Sakin
Keymaster@OBO Bettermann: There is little bug in css and will fix in new version. But for now, you can add the following CSS in “Appearance = Theme Options => Custom CSS” box.
#main .article { word-wrap: break-word; } /* For Mobile font size */ @media screen and (max-width: 767px) { .hentry .entry-title { font-size: 21px; } }Sakin
Keymaster@Sihedow: This is bit complex. You need to build child theme and then create functions.php file in your child theme and copy function
catchbox_posted_on()and edit there.Sakin
Keymaster@obiokere: You cannot do that with basic CSS. You need to do full customization. So, consider hiring customizer for that.
But there is one trick of background image with CSS. Can you upload the mobile image in your site and send me that image url and I will check in.
Sakin
Keymaster@shesue: Sorry I don’t see any shipping costs area. Can you upload the screenshot in your site and send me the URL. I cannot see it. Also the screenshot of how it should be.
Sakin
Keymaster@Ralph177: As that is not your homepage, you have added category as home in menu. Right now I see that you have hide it. If you want to hide it then the CSS that you have to add in “Appearance => Theme Options => Custom CSS” is as below:
.archive .page-header { display: none; }Sakin
Keymaster@owen: If you want me to try in your site then you can reply my email that I have just send in.
Sakin
Keymaster@JackJJW: Yes, there are lot of options that you can play with. Thanks you found it. Cheers 🙂
Sakin
Keymaster@MMchen: Can you paste your site URL. Do you mean to just hide the “Leave a Message” text? Let me know the detail and explain in reference to your site.
Sakin
Keymaster@owen: Check this code http://pastebin.com/a33gxQFY that I pasted in “Code to display on Footer” and it’s working fine. Maybe you missed something.
Sakin
Keymaster@shesue: I haven’t used that. So, can you send me the link where that drop down is supposed to be there and what is it coming now. You might need to post it in WooCommerce support forum.
Sakin
Keymaster@Teabear: Sorry that is setting from WordPress itself from “Settings=> Discussion”. If you remove the email, then you have to remove the name as well for required. See the settings. Nothing we can do from theme. Maybe you can check on plugin which allows that. Try disqus plugin
Sakin
Keymaster@Ralph177: You question is confusing. Can you post add in your site URL and explain in reference to you site.
Sakin
Keymaster@owen: Then you need to add that script in “Code to display on Footer” from “Appearance => Webmaster Tools => Header and Footer Codes”
But you need to wrap your JavaScript with script tag. For example
<script type="text/javascript"> /* * Add in your script */ </script>Sakin
Keymaster@k.capelli: It’s not possible with CSS only. As not every computer will have that font. So, you nee to generate the font from http://www.fontsquirrel.com/tools/webfont-generator and then upload the font in your child theme and add it. It’s complicated.
Sakin
Keymaster@blackkeys: Nice. For more instruction, you can check out http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@blackkeys: Sometimes, it takes time. If you done find the download link in your account http://catchthemes.com/my-account then you can email sales directly at http://catchthemes.com/contact-us
-
AuthorPosts
