The color title of call to action.

Hello.

How can I change the color of call to action title? I tried with this code: .call_to_action .call_left h3 { color: #ffffff !important; } , but it doesn not work.

Also, how can I customize the button of call to action? Now the text has the same color as the button and I want to make a different color, maybe a different button form.

And if I want to modify the text from the right, it´s the same think like the title. How can I modify them?

Thanks.

Comments

  • Hi,

    please send us link to page/s where you would like to do above modification first so we can have a look on it and give you best possible solution.

    Thanks!
  • This is my website:  http://www.cgdesignstudios.com/

    I have two call to action fields, both of them on Home Page.
    One is for newsletter and the other one is for my youtube channel.

  • Ok, thanks.

    1. To change "Call to action" title, use:
    .call_to_action .call_left h3 { color: #FFF !important; }
    2. To change button text color, please use:
    .call_to_action .call_center a.button { color: #000 !important; }
    3. What exactly you want to edit in the text on the right?
  • I put that code and nothing happend. 
    As I said in the first post, I already tried that code and it does not work. The item remains the same.
    I put that code in the Call to Action field  Custom | Classes. Is that the right place? Or is another one?
  • Sorry. I made a mistake when I put the code in that Custom | Classes in Call to Action.
    The code should be in Custom | CSS In the bottom of the page.

    Thank you anyway.

    But how can I change the shape of that button? What code can I use for that? I saw that there are 8 button forms.

  • Button styles can be changed under Theme options > Global > General section.
Sign In or Register to comment.