Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1043316
    tristangreye
    Participant

    X version 4.5.2
    Cornerstone Version 1.2.4

    Address: 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 *

    #1043483
    Jade
    Moderator

    Hi 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.

    #1043626
    tristangreye
    Participant

    Jade,

    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.

    #1043637
    tristangreye
    Participant

    Would i need to use:

    .service h3 {
    font-style: normal;
    }

    #1043639
    tristangreye
    Participant

    Just 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?

    #1043645
    tristangreye
    Participant
    This reply has been marked as private.
    #1043664
    tristangreye
    Participant

    I 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?

    #1043869
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1043316 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>