• Resolved kennyk57

    (@kennyk57)


    Hi everyone,

    New to this so sorry if i’m being ignorant!

    1. How do I remove the ‘date’ and ‘author’ information from my posts on the evolve theme ?

    2. How do I remove the navigation buttons on the bootstrap slider ?

    Thanks!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    Regarding question 1
    Go to Theme Options -> Blog -> Post -> Post meta header placement

    Regarding question 2
    Use the following in your Theme Options -> Custom CSS

    .carousel-control {
        display: none !important;
    }

    Thank you.

    Thread Starter kennyk57

    (@kennyk57)

    Hi Denzel,

    Thanks so much for your reply and help.

    1. Found the option for post meta header placement and that’s sorted.

    2. How do I also remove the category tag at the end of the blog post ?

    3. Also tried the custom CSS but didnt seem to remove the navigation button on the bootstrap slider. any other suggestions ?

    4. Finally is there some way I can add a full width image to a page on the website if I am also using the sidebar widget ?

    Thanks again!!!

    Hi,

    Are you using latest version of Evolve Theme?
    The css code I provided is based on latest version.

    Post your website URL

    Thread Starter kennyk57

    (@kennyk57)

    Hi Denzel,

    Thanks for your continued help. I checked and found out i was using an older version of Evolve. I updated and input the custom css again and the navigation buttons are now gone! ??

    The update however has caused a problem with the header and the main menu. It seems its become distorted. not sure what’s going on.

    https://www.kennethkok.net

    I am going to do a search now to see if anyone else has encountered the same problem

    Hi,

    I had visited your website.
    Your header looks fine to me.
    https://image.prntscr.com/image/7ae3553be028461d925454b49299d547.png

    The only problem is your dropdown menu color.
    You can go to Theme Options -> Styling -> Menu to make some color changes.

    Thank you.

    Thread Starter kennyk57

    (@kennyk57)

    Thanks Denzel. I closed my browser and reopened it and that solved the issue!

    Thanks too for pointing out the menu color.

    May I please though, is there any way to remove the category that is displayed at the end of the blog post ?

    Also is there a way to use a full width image on a page if I am using the sidebar widget ?

    Thanks for your help!

    Hi,

    To remove the category, use the following in Theme Options -> Custom CSS

    .entry-footer {
        display: none !important;
    }

    Also is there a way to use a full width image on a page if I am using the sidebar widget ?

    Sorry it’s not possible unless your create a custom page template.

    You can hire a developer from https://jobs.wordpress.net/ to use page.php as an example to create a custon page template.
    Add the featured image in full width just below the menu.

    Thank you.

    Thread Starter kennyk57

    (@kennyk57)

    Hi Denzel,

    Thank you for all your help. It was very much appreciated. I am going to close this as resolved.

    Thread Starter kennyk57

    (@kennyk57)

    Resolved

    You are welcome!

    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to remove 'date' and 'author' information ?’ is closed to new replies.