badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Blog page and social media icons

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #51766
    Tamara
    Participant

    Hello,

    I have a question about the blog page and the social media icons.

    – I set up a blog page (Blog Image Large) and I wrote my first blog post. But when I go to my blog page, the title of my post and the image is missing. And when I click on ‘Read more’, the title of my blog post shows up twice, even in the light grey bar under the menu (instead of ‘Blog’).

    – I’m trying to change the old Instagram logo into the new Instagram logo (in the header/footer). I found the original images in the theme/images folder (instagram@2x, instagram@2x-hover) and I replaced them. I didn’t changed the file names and I kept the same sizes. I uploaded them via ftp a few days ago but nothing changed (only on the mobile version I can see the new file: instagram@2x-hover).

    The URL is: http://tamarawitjes.com/testwebsite/blog/

    Your help would be greatly appreciated.

    Thanks and regards,

    Tamara

    #51778

    Hi Tamara,

    You are not getting blog title on your post because you have added below code in your child theme style.css file. Please remove below css code from attitude pro child theme.

    .page .entry-title {
        display: none;
    }

    To hide one title from single page
    Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .single .entry-title {
        display: none;
    }

    Yes the featured image will not be displayed in single page. We have designed our theme this way. If you want image than you can add image from your media.

    Thank you!

    #51794
    Tamara
    Participant

    Hello,

    Thanks for your quick reply. I removed the first code and I added the second code, but after that all my titles shows up twice on every page (on the light grey bar (under the menu) and also under the grey bar).
    Now I downloaded a plugin for my blog page. It looks fine now. But can I add a code to reduce the white space above the title? I would like to have the same margin as my other pages.

    I also have a question about the white space in the left and right side on the homepage. My Instagram Feed has more white space then the featured images. Can I change this (same as the featured images)?

    Thanks and regards,

    Tamara

    #51877
    Tamara
    Participant

    Hello,

    I’m not sure if you’ve read my last comment. I would really appreciate your help.

    Thanks and regards,

    Tamara

    #51881

    Hi Tamara,

    To reduce the white space in the left and right side on the homepage go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .home #main.container {
        max-width: 100%;
    }

    Thank you!

    #51885
    Tamara
    Participant

    Thank you very much.
    Is there also a code I could use on my blog page to reduce the white space above the title? I used the plug-in: Blog Designer, that’s why the margin changed. I would like to have the same margin as my other pages.

    #51955

    Ho Tamara,

    Yes the extra margin comes from the Blog Designer plugin. To reduce the margin go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .bdp_blog_template .blog_header {
        margin: 0;
    }
    #main {
        padding-top: 10px;
    }

    Thank you!

    #51976
    Tamara
    Participant

    Hello,

    Thank you very much for your help 🙂

    Kind regards,

    Tamara

    #51979

    You welcome Tamara
    Could you also please help us rating this theme in WordPress Repository.
    We really appreciate your rating.
    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.