Okay
  Public Ticket #329284
testimonals font color + headline
Closed

Comments

  • FR started the conversation

    Hi how do I change color for fonts in testimonals?

    If I don't want the Picture behind but just a colour, the font is White but I can't read that on White or grey?

    And another question, if i take the Picture which is standard with paralex solution, how do I then get a headline, as that dont' Work like

  • FR replied

    Hi would it be possible to get some help with this?

    I would like to be able to get the Work done with the site?

  • FR replied

    So how do I fix the font to another colour so it's possible to read the text?

    And if there is a Picture there so I can read the text - how do I put a headline there?

    It's put on the page now but not showing

  •   FR replied privately
  •  1,973
    Support replied

    Hi you mean this?

    http://clapat.ro/themes/newave-wordpress/#clients

    you want the change the font color of the testimonials?

    not very clear what you want to do , plz be more specific.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • FR replied

    Yes I want to change the font color of the testimonals.(referencer on your site)

    and i want to be able to get a headline as well, as there is no headline with paralax section?

  •  1,973
    Support replied

    use

    .clients-slider h3 {
        color: #222222;
    }
    in theme options -> styling options -> custom css
    of course replace the color with the one you wish
    for the parallax sections just add the header as html as all the html content of the page will be overlaid on top of the section
    i attached the html code of the header
    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • FR replied

    The html part works fine :)

     but the css dosn't Work?

  •  1,973
    Support replied

    let's see what's wrong, what's your site url? (and also indicate the section in question)

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • FR replied

    well login and site is mentioned in this post (private) also login there.


    It's the section called referencer - where I can't change the color of the text for the carousel

  • FR replied

    I write text here to Picture uploaded before, as I got error when uploading both together?

    Anyway I need to change is all that is marked with red. As you see on the screen save, it's not easy to read the dark grey headline and light grey text. plus grey arrow on a Black and White Picture.

    If I change to no Picture it goes to a White or light grey background, and then the White text for the carrosel and light grey text + arrows is impossible to read.

    So I need to know how to change all these Things - so I can have control over the colors for each when the background is changed.

  • FR replied

    the 06 Picture is not for this ticket - so just look the colormark.jpg and the color2.jpg file for this problem

  •  1,973
    Support replied

    The colors for the client name and testimonial:

    .dark-bg-client .new-client-slider-info h3 {
         color: #fff;

    }

    .dark-bg-client .new-client-slider-info p {

        color: rgba(255,255,255,0.7);

    }

    use

    #referencer h1 {
        color: #fff;

    }

    #referencer .section-title {
      color: #fff;

    }

    for the subtitle and title of the section

    change it to the color you wish in theme options Styling Options -> Custom CSS

    cheers

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • FR replied

    Thank you that was nice to get fixed :)