Okay
  Public Ticket #256689
Heading Colors
Closed

Comments

  • Kim started the conversation

    I absolutely love this them, but for a few things that are typically simpler on other themes (hoping it's on a list of improvements). One of those things is font color. we can change other aspects of the fonts, but not the color

    I want my headings to be gold, to go with the site. iv'e added this to the css but it didn't change anythign. can you help?

    h1, h2, h3, h4, h5, h6 {
    color: #e5b719!important;
    font-family: 'OpenSansSemiBold';
    font-weight: normal;
    letter-spacing: -0.5px;
    }


  •  8,839
    Tahir replied

    Hey Kim!

    Could you please provide the page url where they arent exactly working so i can provide you those specific css selectors. 

    Cheers


    ThemeNectar Support Team 

  • Kim replied

    sorry, this one dropped off my radar. It's more a general question

    http://www.motherhoodincorporated.ca/centreora/ is a site i'm working on with this theme, and teh client wants olive green headings (hex#

    747c0e). 

    http://www.themunsellegroup.com/ this is the one i was talking about above, in the end i worked around it by selecting the text and making it a color


  •  8,839
    Tahir replied

    Hey Kim!

    Please see screenshot: http://prntscr.com/4eadtw . There is a missing ending curly brace which is causing the heading css to not work. 

    Thanks


    ThemeNectar Support Team 

  • Kim replied

    hi, i've used the css above to create headings on a different site

    http://www.motherhoodincorporated.ca/jodi/ now. How can i get the slider headings to be white? it's using the nectar slider


  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .swiper-slide .content h2 {
        color: #fff !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Kim replied

    thanks for that help, worked fine.