• Resolved spespam

    (@spespam)


    Hello

    First of all, thank you for this amazing theme. I have a few questions.

    1) I would like to remove the image at the top of a post (the cover image actually). How can I do that ?

    2) How do I place an adsense banner in the header ? Default ad is Supermag banner but I want to insert adsense there.

    3) Is there a way to hide excerpt at the homepage and for the related posts ? Or at least, limit them to 10 characters cause it’s showing all the text ! the idea is actually to show the titles ONLY, with the cover image

    4) is there a way to change the color of the background ? I did not see that option.

    5) Any way to hide the next and previous post when you read an article ?

    Thank you !!!!

    • This topic was modified 8 years, 2 months ago by spespam.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @spespam,

    Thank you so much for using our theme SuperMag. All the options related to theme are found on Appearance > Customize. You can take a reference from theme documentation as well. https://doc.acmethemes.com/supermag Please find the answers below:
    1. If you are talking about featured image we would like you to see here https://www.acmethemes.com/supports/topic/unable-to-remove-featured-image-in-all-single-post-with-custom-css-code/
    2. Actually there is Ads Image option in free theme. For Ad-sense, you can customize the theme or if you want to upgrade to pro, it is available in Pro version.
    3. Yes, You can add certain content in the post excerpt while adding/editing a post.
    4. There is options to change the background color on the free version as well. Please check the options on Appearance > Customize > Layout/Design Options
    5. By using custom CSS you can hide next and previous post .

    We would like to suggest you to check all option available here : Appearance > Customize also please read the theme documentation as well. https://doc.acmethemes.com/supermag

    For more dedicated supports, please visit theme official support forum. https://www.acmethemes.com/acmethemes-supports/

    Regards
    Acme Themes

    • This reply was modified 8 years, 2 months ago by Acme Themes.
    Thread Starter spespam

    (@spespam)

    Thank you for your help.

    3) I am actually looking for a way to HIDE or REMOVE excerpt at the homepage and for the related posts. But I can’t find a way to do this.

    Theme Author Acme Themes

    (@acmethemes)

    .home .site-main .widget .featured-desc .details{
        display: none;
    }

    Please use above custom css in Appearance > Customize, and let us know if this hide excerpt at the homepage.

    • This reply was modified 8 years, 2 months ago by Acme Themes.
    Thread Starter spespam

    (@spespam)

    Unfortunately, it did not work. The excerpt is still showing. I pasted your code to Appearance/Customize/Additional custom CSS

    Theme Author Acme Themes

    (@acmethemes)

    Can you share your site link?

    Hi Acme,

    I wanted to know the same thing and for your answer DID WORK!!! Thank you. The CSS code removed the excerpts, is there a code to remove the excerpts from all of the site. So for the sidearea widgets and the footer widgets that have previews I’d like to remove all the excerpts. Also, I’d like the excerpts removed from the category pages. Is there a way to have the category pages set up to show 3-4 thumbnails per row (with no excerpts of course, just titles)?

    Thank you so much,
    Ken

    Thread Starter spespam

    (@spespam)

    Remove notifications

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove the image at the top of a post + other questions’ is closed to new replies.