Tagged: x
-
AuthorPosts
-
June 15, 2016 at 9:38 am #1043316
tristangreyeParticipantX version 4.5.2
Cornerstone Version 1.2.4Address: http://www.chrishadunltd.com
Please advise as to how to change font properties on on the “Services” Page. The template was setup for the font to be italicized and I can not figure out how to change it.
( http://chrishadunltd.com/salon-services/ )I would also like to know how to change the font color of the nav bar to black. Im sure there will be css involved but im not sure what to do.
http:www.chrishadunltd.com
* I wrote another question but not seeing privacy radio to provide acct access info *
June 15, 2016 at 11:01 am #1043483
JadeModeratorHi Tristan,
Thanks for writing in.
The body text in the services page seems to be displaying in italic. See screenshot below. Do you aim to make the headings italic as well? If so, kindly add this CSS in the customizer:
.service h3 { font-style: italic; }You can change the font color of the navigation items in Appearance > Customize > Header > Navbar Links.
Hope this helps.
June 15, 2016 at 12:36 pm #1043626
tristangreyeParticipantJade,
Awesome! No italic. I do not want it italic. I just want normal style of the Sans Open font. What css is need to resolve that issue? Thank you.
June 15, 2016 at 12:38 pm #1043637
tristangreyeParticipantWould i need to use:
.service h3 {
font-style: normal;
}June 15, 2016 at 12:42 pm #1043639
tristangreyeParticipantJust tried:
.service h3 {
font-style: normal;
}In cornerstone and it is not working. I added it globally using settings / custom css and it did not change. Or should I added somewhere in cornerstone?
June 15, 2016 at 12:47 pm #1043645
tristangreyeParticipantThis reply has been marked as private.June 15, 2016 at 1:00 pm #1043664
tristangreyeParticipantI used:
.service p {
font-style: normal;
and it worked, thank you however should i have done that in the css section for that particular page?
June 15, 2016 at 3:01 pm #1043869
JoaoModeratorHi There We are glad it worked.
You could try at Appereance Customizer Custom CSS
.service p { font-style: normal !important; }And it should work. Anyway I am glad you found a solution.
By the way I did not managed to login in your website with the credentials above so I could not test the issue.
Let us know if you need further help
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1043316 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
