Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    February 8, 2016 at 8:05 am #24107

    Hi Vitality,

    Glad that helped!

    I solved the problem with breadcrumbs on all the pages except the home

    By default, homepage doesn’t need to have breadcrumbs.

    tell me the path where I can rename this page title in breadcrumbs http://clip2net.com/s/3tZ18dR

    Would you please provide with a valid screenshot as the one provided doesn’t seem to work at the moment.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 8, 2016 at 10:31 am #24111
    This reply has been marked as private.
    Imran
    Spectator
    Posts: 402
    February 8, 2016 at 11:49 am #24112

    Hi Vitality,

    How to remove a gap in the home page?

    Please add the following code under your custom CSS field:

    .yuzo_related_post.style-2 {
    margin-top: 0;
    padding-top: 0px;
    }

    .home .page .panel-grid {
    height: 0;
    }

    .home .page .entry-content {
    margin-top: 0;
    }

    Where can I rename the links punishment or to make it a picture of the house?

    Breadcrumbs are referenced with the names you have set for pages, when you change the names on pages they will automatically be changed. As far as deploying an image on place of names, theme doesn’t offer such feature for the time being. You may wish to consult with a developer who can help you with this.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 8, 2016 at 1:01 pm #24117

    The title of my page “TT-studio” but in the bread crumbs still displayed at “home”

    Imran
    Spectator
    Posts: 402
    February 8, 2016 at 1:20 pm #24120

    Hi Vitality,

    Would you mind providing a little more clarification about the issue and perhaps with some screenshots. So that by having a better understanding of problem, we’d be able to provide with a possible solution.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 8, 2016 at 7:02 pm #24125
    This reply has been marked as private.
    Imran
    Spectator
    Posts: 402
    February 9, 2016 at 1:05 pm #24159

    Hi Vitaliy,

    Thanks for the link!

    Regarding renaming of ‘home’ breadcrumb; please add the following code under your Appearance -> Theme Options -> Custom CSS:

    .breadcrumbs li:first-child {
    font-size: 0px;
    }

    .breadcrumbs a.home:before {
    font-size: 14px;
    content: "TT-studio";
    }

    Please name the content element as required.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 21, 2016 at 6:38 pm #24531
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    February 21, 2016 at 6:52 pm #24532

    Hi,

    huge_it_catalog_container_14 is an Id not a Class…
    Therefore use #
    You also need to add !important to force it to work.

    #huge_it_catalog_container_14 {
    height: 600px !important;
    margin-left: 20px !important;

    }

    Thank you

    Thank you

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 21, 2016 at 7:30 pm #24534
    This reply has been marked as private.