-
Closed
-
Tell me please.
1) How can I change the height of the main menu of the website??
2) how to remove the difference in height http://clip2net.com/s/3tG3gqP blocks
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!
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!
The title of my page “TT-studio” but in the bread crumbs still displayed at “home”
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!
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!
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
The topic CSS QUESTIONS is closed to new replies