Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #111039
    Andrei
    Participant
    #111057
    Andrei
    Participant
    #111058
    Mahesh
    Participant

    @areounov: Go to Dashboard=> Appearance=> Menus then create a new menu, then add your desired items of footer menu. Then check on Footer Menu option in Menu Setting (Display Location) at the bottom. Then click Save Menu.

    Regards,
    Mahesh

    #111138
    Andrei
    Participant

    Thanks, but I am talking about the menu above that with comments posts and get help. The large one above the footer

    #111152
    Andrei
    Participant

    I find out. Thanks!

    #111153
    Andrei
    Participant

    On the demo the Recent Courses tabs have READ MORE button. I cannot find how to add this. Can you please help. Thanks!

    #111174
    Mahesh
    Participant

    @areounov: Since you are using image content, this is not possible. Continue reading is for excerpt and will be shown if posts type is selected in the courses.

    Regards,
    Mahesh

    #111184
    Andrei
    Participant

    Thank you!
    Is there are way to add custom excerpt to the home page and remove the featured image from the post page?

    I added featured image to display on the home page and it shows at the top of the services page now http://designawebsite.ca/mainstay/services/

    #111205
    Mahesh
    Participant

    @areounov: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    .page-template-default #main .featured-image {
        display: none;
    }

    Regards,
    Mahesh

    #111316
    Andrei
    Participant

    Thank you!

    Is there are way to remove the spacing between the image tabs and the main content on the home page. Or it looks like some thing is missing there? Thanks again!

    #111369
    Mahesh
    Participant

    @areounov:Add the following CSS:

    #content {
        padding-top: 0;
    }
    
    #content #main {
        padding-top: 0
    }

    Let me know if any problem.

    Regards,
    Mhesh

    Regards,
    Mahesh

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to create a footer menu same as on demo?’ is closed to new replies.