Page 151 – Acme Themes

Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 4,157 total)
  • Author
    Posts
  • in reply to: Font size #21613
    acmethemes
    Keymaster

    Please add the below CSS codes inside Appearance > Customize > Additional CSS

    .entry-content p, li {
        font-size: 15px !important;
    }

    Hope this helps.

    Thank you

    in reply to: Remove the blue dot #21612
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    in reply to: Menu with images #21574
    acmethemes
    Keymaster

    Dear barteka,
    Please follow this blog post to know how to make mega menu.
    https://www.acmethemes.com/blog/2016/05/supermagpro-make-mega-menu/
    Hope this helps.

    Regards

    in reply to: Blog/Archive Layout #21571
    acmethemes
    Keymaster

    Hello henrique,
    You can hide the blog post of specific category using Category IDs and if you need to hide more than one category post, you can separate with comma. But if you are using widget, there is not such options to hide the specific category from all post, You can select the specific category on the respected widget.
    Please follow theme docs for more help. http://www.doc.acmethemes.com/supermagpro

    Regards

    in reply to: don't have place for logo #21566
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    in reply to: Font size #21564
    acmethemes
    Keymaster

    Dear mariettedietz,
    The link is wrong. You are not using WordPress.Com theme, you are using WordPress.Org theme and every file of theme you have inside your WordPress installation folder. public_html/wp-content/themes So check that file and check your style.css as mentioned above.
    Above css need to put inside Appearance > Customize > Additional CSS of your site. First login to your dashboard, you will get the options.

    acmethemes
    Keymaster

    Can we communicate via email? If the forum is not helpful, we can communicate via email for more dedicated support.

    Thank you for your understanding.

    Regards

    acmethemes
    Keymaster

    Hello gasmas75,
    Thank you so much for your question regarding our theme. I think you are somehow familiar with CSS and PHP. If so, you can customize the theme as you need.
    1. You can check class .bn inside style.css file and can change the height/width and other everything related to this section.
    2. Every widget has their own class mentioned. You can check similar CSS codes inside the style.css file. In case of fonts, you need to load another font first inside the core.php and you can use that font. So please check acmethemes/core.php file and check how fonts are loaded.

    Hope, you can try once with this and you can customize the theme as you need.
    Please try once.

    Thank you

    in reply to: Font size #21526
    acmethemes
    Keymaster

    Dear mariettedietz,
    Please add the blow css codes inside Appearance > Customize > Additional CSS to make the font size little bit larger.

    .blog .entry-content p {
        font-size: 13px;
    }

    Hope this helps.

    Regards

    in reply to: Lower photo in slider #21525
    acmethemes
    Keymaster

    Hello maa821,
    Have you added any custom CSS to adjust the slider height? If so please remove it first. If not please add the below CSS codes inside Appearance > Customize > Additional CSS

    .image-slider-wrapper.responsive-img .owl-wrapper-outer{
    height: 701px !important;
    }

    Change the above number to your required size.

    Thank you

    in reply to: don't have place for logo #21524
    acmethemes
    Keymaster

    Dear maa821,
    It seems strange that you don’t have the place for the logo. We checked here and everything is fine. Can you please let us know which version of WordPress and Theme you are using? Also please check once by deactivating all the installed plugin and check again.

    Thank you

    acmethemes
    Keymaster

    Dear Srej,
    We need some more information about your site and it strange about the widget froze. Can you please contact us via email?

    Thank you

    acmethemes
    Keymaster

    Dear Serj Kordyk,
    I checked your website and New Ticker widget is fine with Images. You just need to hide that image, right? What happened if that above CSS codes added on Custom CSS?
    Can you please add that above codes inside Additional CSS field?
    Thank you

    in reply to: How to make two more pages #21498
    acmethemes
    Keymaster

    Hello Serj Kordyk,
    It is called menus and menus items are placed under the main menu.
    We have the different type of design of home as you see on the design. Actually, that is not a page, they are complete another site and we called it Multisite. So, you can make your site multisite and can make more sites. Check this link to know how to create Multisite.

    Hope this helps.

    Regards

    acmethemes
    Keymaster

    Dear Serj Kordyk,
    We checked here and the option is working fine here. We will check it again on other installation and get back to you.
    For the quick solution, please add the below css codes on Appearance > Customize > Additional CSS

     .ticker-content .post-thumb img {
        display: none;
    }

    Thank you

Viewing 15 posts - 2,251 through 2,265 (of 4,157 total)