Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #145258
    iShaman
    Participant

    I added code that took the author away in the additional CSS field, but now I still see By and then the date. I want ALL of this gone! Help please!

    #145261
    Skandha
    Participant

    @ishaman: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta {
        display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #145263
    iShaman
    Participant

    That works! Thanks. Do I still need the code that removes the author now too? Or does that take everything out (author, date)? Do you have any idea how to stop the huge page link that is displaying twice across the header image on the second page? (iShaman.org) I’d prefer it down below the image for example.

    #145269
    Skandha
    Participant

    @ishaman: The code I provided you will take everything out so you can remove the code you had added earlier. The page name get displayed on the center of the image, this is the design of the theme. If you want keep it down below the image you will have to make a lot of changes to your site. You can remove it if you want.

    Let me know what you want to do.
    Kind Regards,
    Skandha

    #145277
    iShaman
    Participant

    i’d like to at least remove it then with the idea of having it show up in the white section later.

    #145278
    iShaman
    Participant

    also how can i make the footer read iShaman.org instead of Ishaman.org with the lower case i starting the word?

    #145279
    Skandha
    Participant

    @ishaman: To have the title of the page below the image in the white section what you can do is.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .entry-title {
        display:none;
    }

    Then go to Pages and add <h1>Page-title</h1> at top of content section.

    To edit the footer link
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-info {
    	text-transform:initial;
    }

    And edit the link of your site in the footer.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    #145288
    iShaman
    Participant

    I don’t want the the header content to disappear because it takes the logo with it. I want the white text that shows up in the middle of the image on the second page to go away and show up in the white area under the image in black perhaps.

    I also do not know where to edit the footer text after I put the CSS code in you suggested. All I see in the footer section is the link to the facebook page, not the other copy.
    Thanks.

    #145348
    Skandha
    Participant

    @ishaman: The code I provided you above will remove only the page-title.
    Then you can write <h1>page-title</h1> in the content section of the page to display the title in the white area.

    The function to edit footer is available only in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Alternately you can edit the footer by creating a child theme and making few customizations. Let me know if you are familiar with child theme customizations.

    Let me know if this helps you.
    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to delete author, by and date?’ is closed to new replies.