Forum Replies Created
-
AuthorPosts
-
acmethemes
KeymasterPlease add this below CSS as well.
p span { font-weight: 700 !important; }
Hope this helps.
Regards
acmethemes
KeymasterCan you please provide your site URL?
Thank you
acmethemes
KeymasterDear Kaz,
There is no such options to add links to the header image. So, header image will appear only on front end and its working fine.Thank you
acmethemes
KeymasterWe checked on the latest version and its working fine. Please check this blog post to know about the WordPress 4.9. Hope this helps you to understand. https://www.acmethemes.com/blog/2017/11/wordpress-4-9/
Thank you
acmethemes
KeymasterCan you please check once by deactivating the installed plugin and check again.
acmethemes
KeymasterHello,
If you want to add another button in the header, it needs theme customization. Find code for header section insideacmethemes/hooks/header.php
file. Check similar code for previous button and add codes like same there.
Thank youacmethemes
KeymasterThank you so much !
November 17, 2017 at 3:42 am in reply to: How do I disable default mobile site view on mobile phones? #22014acmethemes
KeymasterHello lmagdavid,
In case of the mobile view, design needs to fix the device compatible. If your mobile view is not so good,
1. Can you please compare our demo and your website demo on your mobile phone?
2. Can you please check once by disabling the installed plugin?
Also, please provide your site url as well.thank you
acmethemes
KeymasterYou need to add this CSS code for that case,
.single .inner-main-title { display: none; }
This only hides on the blog post, not on the page.
Thank you
acmethemes
KeymasterDear Lars Rothe,
Thank you for using the support forum for the query. Can you please provide your site link so that we can provide you the custom CSS.Thank you
acmethemes
KeymasterDear kreek,
Thank you for your query. If you are in doubt about the setting you can check by downloading the latest version and check it before the update. But in the latest version, we added new features to manage the date format based on the WordPress Settings. So, we think that will not cause the problem for you. Check this screenshot.
You can update theme and check the setting for the date format.Thank you
November 10, 2017 at 6:10 am in reply to: SuperNewsPro. The AT News Ticker widget does not work properly #21905acmethemes
KeymasterDear Serj Kordyk,
Actually, this is not so complex things to solve. We thought that you want to hide the image on every place of ticker widget. If we misunderstood, please let us know the actual place where you want to hide the image, we will provide you the exact CSS codes which will work only on that particular location.
Sorry for the inconvenience.Thank you
November 10, 2017 at 6:07 am in reply to: Update a few days ago This site access is very very slow. #21904acmethemes
KeymasterThank you 🙂
acmethemes
KeymasterDear maa821,
Thank you for your question. You are using the free version. In the premium version, you will get the options to change the font. Please check free vs pro here. https://www.acmethemes.com/freevspro/mercantile-free-vs-pro/
We recommend you to use the premium version for additional features.
Thank youacmethemes
KeymasterRemove the above one and add this,
@media only screen and (min-width: 760px) { secondary-sidebar { width: 18% !important;} #primary { width: 79.5% !important; } }
-
AuthorPosts