Change font color in Contact us section

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Change font color in Contact us section

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5877
    fpsacha
    Member

    I’d like to change the color for the headings and labels in the contact-us-section

    I was able to change the contact info (reg text), am unable to change the headings and labels. I’m such a newb and can’t figure this out.. help!

    #5878
    fpsacha
    Member
    This reply has been marked as private.
    #5897
    Ernesto
    Member

    Hi, you´ll need to enter the following codes in the Custom CSS Section of your Theme Options Panel

    .heading2 .title {color:#efefef!important}
    .heading2 .pitch {color:#efefef!important}
    .label{color:#efefef!important}
    #6532
    fpsacha
    Member

    Thanks for your help!

    I’m now trying to modify the color of the text in the testimonials section. The Client name and the testimonial text itself. Can this be done with CSS as well?

    #6611
    Nexus
    Moderator

    Sure. Pls put the following code into custom css in theme options

    .testimonials2-slider-container blockquote cite {
    color: #fff;
    }
    
    .testimonials2-slider-container blockquote .text {
    color: #fff;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change font color in Contact us section’ is closed to new replies.