Tagged: x
-
AuthorPosts
-
May 27, 2016 at 12:20 am #1012445
ericgreenwoodParticipantI read through many topics and tried hours of code and I still cannot make any css changes to my page title. I’m using the Integrity stack. I now need some help. Thanks in advance.
May 27, 2016 at 12:41 am #1012464
NicoModeratorHi There,
Thanks for writing in.
Would you mind sharing us your URL and a screenshot of what you want to change so we could locate it easily.
Thanks.
May 27, 2016 at 2:14 am #1012554
ericgreenwoodParticipantMy URL : http://saragreenwoodtest.com/listings/
Screenshot is attached.
Basically I tried many different classes with the following code.
.h1.h-landmark {
letter-spacing: 0.1em !important;
}May 27, 2016 at 2:41 am #1012572
Rue NelModeratorHello There,
Thanks for providing the screenshot. You can adjust the spacing in the customizer by going to Appearance > Customize > Typography > Headings
Hope this helps. Please let us know how it goes.
May 27, 2016 at 3:10 am #1012597
ericgreenwoodParticipantThis reply has been marked as private.May 27, 2016 at 3:36 am #1012626
LelyModeratorHello There,
Thank you for the credentials.
Please update the content of Appearance > Customize > Custom > Edit Global CSS to this:body .x-navbar { background-color: #223028; } h1 { font-family: "Gotham-Bold", sans-serif; letter-spacing: 0.0625em; } h2 { font-family: "Gotham-Bold", sans-serif; letter-spacing: 0.0625em; } h3 { font-family: "Gotham-Medium", sans-serif; letter-spacing: 0.0625em; } h4 { font-family: "Gotham-Medium", sans-serif; letter-spacing: 0.0625em; } h5 { font-family: "Gotham-Book", sans-serif; } h6 { font-family: "Gotham-Book", sans-serif; } h7 { font-family: "Gotham-Book", sans-serif; } p { font-family: "Gotham-Book", sans-serif; } body .rev_slider .tp-caption a.x-btn { font-style: Gotham-Medium; } .page-template-template-layout-portfolio-php .h-landmark { display: none; } .page-id-200 .h-landmark { letter-spacing: 0.1em !important; }Save a backup so you can compare. There’s missing closing curly brace and wrong html tag. Paragraph is just p on css. Then move the following CSS on your child theme style.css:
We don’t have to scape the single and double quote and this should be at the very top of the file:@font-face { font-family: 'Gotham-Bold'; src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Bold.eot'); src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Bold.woff') format('woff'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Bold.svg#Gotham-Bold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gotham-Book'; src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Book.eot'); src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Book.woff') format('woff'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Book.ttf') format('truetype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gotham-Light'; src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Light.eot'); src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Light.woff') format('woff'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Light.ttf') format('truetype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Light.svg#Gotham-Light') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gotham-Medium'; src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Medium.eot'); src: url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Medium.woff') format('woff'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Medium.ttf') format('truetype'), url('http://saragreenwoodtest.com/wp-content/themes/x-child/fonts/Gotham/Gotham-Medium.svg#Gotham-Medium') format('svg'); font-weight: normal; font-style: normal; }Hope this helps.
May 27, 2016 at 1:42 pm #1013338
ericgreenwoodParticipantNow the page title “LISTINGS” is missing from the page display.
May 27, 2016 at 7:02 pm #1013655
JadeModeratorHi there,
It is not displaying because of this code in the customizer:
.page-template-template-layout-portfolio-php .h-landmark { display: none; }You can simply remove it to display the page title.
May 27, 2016 at 7:06 pm #1013660
ericgreenwoodParticipantThat fix the problem. Thanks you for the help.
May 27, 2016 at 11:12 pm #1013979
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1012445 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
