Page 189 – Acme Themes

Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 4,157 total)
  • Author
    Posts
  • in reply to: SSL compatibility #15687
    acmethemes
    Keymaster

    Nice to know that your problem is solved and we are really happy that you shared your solutions with us.
    Thanks again.

    in reply to: Header Height Issue Above Date and Time #15677
    acmethemes
    Keymaster

    Hello Ervin Demirovic,
    Thank you so much for using our theme SuperNews. It seems that there is issues due to plugin. Can you please check once by deactivating the installed plugin one by one and try to find which plugin is causing conflicts.
    Let us know if you have any more help.

    Regards
    Acme Supports

    in reply to: Changing font color while writing comments #15670
    acmethemes
    Keymaster

    Kamil, I checked on your site and try the css codes and the color of the comment text is changed. So, contact us with email, we will help you with the best alternative way.

    Thank you

    in reply to: Issue with Polylang #15651
    acmethemes
    Keymaster

    Hello zeroxo,
    Thank you so much for using our theme SuperNews. Can you please provide us the link of your site so that we can check the real issues what you are talking about.
    Better to provide the screenshot of the issues as well. It help us to understand the issues easily.

    Thank you

    in reply to: Changing font color while writing comments #15641
    acmethemes
    Keymaster

    Why you commented this codes?

    /*
    .comment p {
    color: blue !important;
    }
    */

    instead of using without comment. Please add the codes on Appearance > Customize > Additional CSS

    .comment p {
        color: blue !important;
    }

    Regards

    in reply to: Changing font color while writing comments #15639
    acmethemes
    Keymaster

    Can you please add this.

    .comment p {
        color: blue !important;
    }

    Hope, this will work for you.

    Regards

    in reply to: Adding "Tags:" before the tag links #15638
    acmethemes
    Keymaster

    Hello jpschaper,
    Thank you so much for your question regarding our theme. If you want to add Tags on before the tags list, we request you to customize the theme code. Please find the functions read_more_entry_footer() on template-tags.php. and in line 67, add Tags: before %1$s and make it 'Tags: %1$s'. Hope you understand what we mean.
    Please try once and let us know.
    Regards

    in reply to: change hyperlink color #15636
    acmethemes
    Keymaster

    We think, you are able to change it, right?
    Use support forum again if you need any additional help.

    Regards

    in reply to: Code of font size of Site Identity #15635
    acmethemes
    Keymaster

    Nice to know that your problem is solved. 🙂 If you have any further query, let us know.

    Regards
    Acme Supports

    in reply to: Changing font color while writing comments #15634
    acmethemes
    Keymaster

    Hello kamil,
    There is no any such options for the comments color.
    First try adding the below CSS codes on Appearance > Customize > Additional CSS

    .comment-list p {
        color: red !important;
    }

    Change the color name or with color Ids, if it worked. Otherwise, Can you please let us know the page URL of that comments page, we will check and provide the custom CSS.

    Thank you

    in reply to: SSL compatibility #15599
    acmethemes
    Keymaster

    Ok, thank you

    in reply to: SSL compatibility #15592
    acmethemes
    Keymaster

    Hello lucke-stz,
    Thank you so much for using support forum for the query. As far as we know, this is the server issues or SSL issues. So, please contact with the server once.
    Please let us know the response from them as well.

    Thank you

    in reply to: change hyperlink color #15584
    acmethemes
    Keymaster

    Please add the below css codes on Appearance > Customize > Additional CSS to change the color of hover link.

    a:hover {
        color: #FFf !important;
    }

    Regards
    Acme Supports

    in reply to: Code of font size of Site Identity #15582
    acmethemes
    Keymaster

    Can you please check the plugin once. If you are not familiar with codes, you need to use either the premium theme or need to use the plugin. In premium theme we have more than 100 fonts, you can easily change the font family from dropdown.
    Let us know, in case of confusion.

    Regards
    Acme Supports

    in reply to: Hide author, date, section, tag #15581
    acmethemes
    Keymaster

    Hello marcoluca1988,
    Thank you so much for your question regarding our theme Mercantile.
    If you want to hide such meta tags, you have three methods.
    1. Simple method is, purchase the premium theme and use it. Premium theme have lots of additional features and you can easily manage everything on your site including meta, slider, sidebars etc. Check premium products here.
    2. Customize the theme code. Find the codes on theme file and customize it. Note: Child theme is recommend to customize the theme.
    3. Use the below CSS codes on Appearance > Customize > Additional CSS to hide the meta from the blog page.

    .entry-meta {
        display: none;
    }
    
    .comments-link {
        display: none;
    }

    Hope, you choose the best suitable method for your website.

    You can read this blog post to know more about the theme as well.

    If you have any query, feel free to ask.

    Regards
    Acme Supports

Viewing 15 posts - 2,821 through 2,835 (of 4,157 total)