Page 196 – Acme Themes

Forum Replies Created

Viewing 15 posts - 2,926 through 2,940 (of 4,157 total)
  • Author
    Posts
  • acmethemes
    Keymaster

    Hello Gordon Smith,
    First we would like to request you to check the theme demo on your phone and try to find the similar issues there. If you got the issues, let us know. It seems that you customize the theme css and added some third party plugin. It may cause such issues as well. Please check once and let us know.

    Regards

    in reply to: Setting up AcmePhotoPro #14255
    acmethemes
    Keymaster

    Hello Gordon Smith,
    Nice to know that you can do it as your need. I request you to install the theme on new installation and check the options again to make like demo. It’s quite easy. 🙂

    Thank You

    acmethemes
    Keymaster

    Hello Michael Leahy,
    Thank you so much for using our support forum for the query and thank for using our theme as well. To display the popular post only for 7 days is a part of customization because such features is not available on the theme. If you need that you can request for the customization or you can use the plugin for that. If you are familiar with codes, you can try once with the help of blog post.

    Thank You

    acmethemes
    Keymaster

    Please add the below CSS codes on Appearance > Customize > Additional CSS and check your menu once. Hope this CSS will solve your problem.

    .main-navigation ul li{
       position: relative;
     }

    Let us know the results.

    Regards

    in reply to: Social Media Icon Colours #14243
    acmethemes
    Keymaster

    Try the below css,

    .fa-facebook:hover {
        color: #3C579E;
    }
    .fa-twitter:hover {
        color: 1da1f2;
    }
    .fa-linekdin:hover {
        color: 0077b5;
    }
    
    .fa-google-plus:hover {
        color: dd4b39;
    }
    in reply to: Social Media Icon Colours #14199
    acmethemes
    Keymaster

    Hello Connor,
    Thank you so much for your question regarding our theme. Please add the below CSS codes on Appearance > Customize > Additional CSS to change the color of the social media icons.

    .fa-facebook {
        color: #3C579E;
    }
    .fa-twitter {
        color: 1da1f2;
    }
    .fa-linekdin {
        color: 0077b5;
    }
    
    .fa-google-plus {
        color: dd4b39;
    }

    Let us know the results.

    Regards
    Acme Supports

    acmethemes
    Keymaster

    Hello,
    Thank you so much for using our theme. Please check once the settings of the menu. As well as, please provide the site login details through email. We will check the issues because we are not able to find such issues on our demos.
    Regards

    in reply to: Breaking News ticker #14161
    acmethemes
    Keymaster

    Can you please check once by making the title length short.

    in reply to: Edit hover text #14160
    acmethemes
    Keymaster

    Hello,
    Thank you so much for using our theme. First we would like to request you to check all the theme options on Appearance – Customizer. After that follow the docs, which may help you. If your issue remain as it is, let us know. We will provide you the best alternative solution.
    Regards

    in reply to: Get rid of category names in slider #14138
    acmethemes
    Keymaster

    You are most welcome.

    in reply to: Breaking News ticker #14137
    acmethemes
    Keymaster

    Hello rwvnral,
    Thank you so much for using support forum for the query. You can find the breaking news options on Appearance > Customize > Header Options > Breaking News Options and make News per slide one. After that the breaking news will appear one by one. We recommend you to use make the length of the breaking news title little bit short.
    Hope, this will solve the issues.

    Regards

    in reply to: Help me fix RSS Widget #14136
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    in reply to: How to "randomize" slider? #14118
    acmethemes
    Keymaster

    Sure, please try it.

    Regards

    in reply to: Get rid of category names in slider #14112
    acmethemes
    Keymaster

    Hello tapzak,
    Thank you so much for using our theme Read More. Please add the below css codes to hide the category name from the slider.
    Appearance > Customize > Additional CSS
    1. Please add the below css codes to hide the category name

    .slider-content .cat-links {
        display: none;
    }

    2. If you just want to hide the category text on Category Page, you need to customize the template of the theme. Please check archive.php file and customize as your need.
    Note: Child theme is recommend to customize the theme.

    Regards
    Acme Supports

    in reply to: Help me fix RSS Widget #14111
    acmethemes
    Keymaster

    Please add the below css codes on Appearance > Customize > Additional CSS field.

    .rsswidget {
        font-size: 20px;
    }

    Hope, this will help to increase the font size of the theme.

    Regards

Viewing 15 posts - 2,926 through 2,940 (of 4,157 total)