Tagged: nepit solution
- This topic has 5 replies, 5 voices, and was last updated 5 years, 6 months ago by Theme Horse Support Team.
-
AuthorPosts
-
January 13, 2014 at 4:52 pm #6303sabrina_itParticipant
Hello,
first of all thank you for this great template.
I would like to know if it’s possible to show page title in the same position and style as Contact and Business page.
I mean, the page titles on the default page template appear to be being represented as part of an “entry title” as an <h2>.
But on the Contact Page template or Business Page template, it displays the site title in a wrapper “page-title”. I have been trying to get that wrapper to display for all the pages’ titles.I hope I’ve explained correctly what I mean.
Thank you for help.
January 14, 2014 at 4:57 am #6323Theme Horse Support TeamKeymasterHi sabrina_it. Please try this css code. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. It wraps the page title on the default page template.
.page-title-wrap, .entry-title {
background-color: #F9F9F9;
border-bottom: 1px solid #EAEAEA;
padding: 20px 0;
}January 14, 2014 at 9:20 am #6327sabrina_itParticipantThank you for your answer!
I’ve tried to use css code, but the result is not exactly what I mean.
You can find website at http://www.iof.it/web
The title of page Sample Page (default template) is the result of your additional css code, but it’s different from Contact Page title.
I would like pages’title to appear in the same position as Contact Page template or Business Page template.
Thank you for attention.January 18, 2014 at 5:56 am #6451Sanjip ShahParticipant@sabrina_it There is similar discussion in this thread https://www.themehorse.com/support-forum/topic/page-title-does-not-appear-on-default-template/. Please refer to this and see if this helps.
March 11, 2019 at 5:58 pm #61252JudeParticipantHelp! After I activated Attitude Pro, the background padding on my header expanded.
A white line above the menu appeared.
And, what I guess is the Title area, a band of dark appeared.How do I change all that and have it appear as I want it on all my pages?
http://ColdWaxandOil.comMarch 12, 2019 at 11:11 am #61269Theme Horse Support TeamKeymasterHi Jude,
Regarding to your site please us below custom CSS code to reduce the header space. You can find the custom css option via Appearance > Customize > Design Options > Custom CSS
.hgroup-wrap { padding-top: 0; padding-bottom: 0; } #site-logo { margin-top: 0 !important; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.