CTA Title and Text Color

Home Forums WordPress Themes – Premium Flat Responsive CTA Title and Text Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16379
    WebVision
    Participant

    Where can you change the color of the Title and Text in the CTA?
    Where can you center all the Title and Text in the CTA ?

    #21666
    Anonymous
    Inactive

    Hi Doc24,

    Please add the following css in your style :

    .fr_widgets_cta {
      text-align: center;
      color:#ff000; 
    }
    
    .fr_widgets_cta h2 {
      color: #3333; 
    }

    Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

    Thanks

    #16380
    WebVision
    Participant

    Umesh
    You already answered this
    Thank You

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.