Page 147 – Acme Themes

Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 4,157 total)
  • Author
    Posts
  • in reply to: Darkening Font #22091
    acmethemes
    Keymaster

    Please add this below CSS as well.

    p span {
        font-weight: 700 !important;
    }

    Hope this helps.

    Regards

    in reply to: Darkening Font #22089
    acmethemes
    Keymaster

    Can you please provide your site URL?

    Thank you

    in reply to: Header Image Link working ? #22073
    acmethemes
    Keymaster

    Dear 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

    in reply to: Customize Options Not Showing #22072
    acmethemes
    Keymaster

    We 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

    in reply to: Customize Options Not Showing #22034
    acmethemes
    Keymaster

    Can you please check once by deactivating the installed plugin and check again.

    in reply to: Adding another Button in the Header #22033
    acmethemes
    Keymaster

    Hello,
    If you want to add another button in the header, it needs theme customization. Find code for header section inside acmethemes/hooks/header.php file. Check similar code for previous button and add codes like same there.
    Thank you

    in reply to: Disable the slider on certain pages? #22025
    acmethemes
    Keymaster

    Thank you so much !

    in reply to: How do I disable default mobile site view on mobile phones? #22014
    acmethemes
    Keymaster

    Hello 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

    in reply to: Disable the slider on certain pages? #21965
    acmethemes
    Keymaster

    You 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

    in reply to: show background image in desktop/HiRes mode only #21930
    acmethemes
    Keymaster

    Dear 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

    in reply to: Date format #21929
    acmethemes
    Keymaster

    Dear 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

    acmethemes
    Keymaster

    Dear 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

    in reply to: Update a few days ago This site access is very very slow. #21904
    acmethemes
    Keymaster

    Thank you 🙂

    in reply to: Change font #21902
    acmethemes
    Keymaster

    Dear 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 you

    in reply to: More narrow sidebar #21901
    acmethemes
    Keymaster

    Remove the above one and add this,

    @media only screen and (min-width: 760px) {
     secondary-sidebar {
    width: 18% !important;}
    #primary {
    width: 79.5% !important;
    }
     }
Viewing 15 posts - 2,191 through 2,205 (of 4,157 total)