Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1304685
    aya.solutions
    Participant

    Hy
    I would like to change color and font-style in the text type element – but only on the strings

    if I use:

    .x-text-type{
      color: red;
    }

    the hole element is effected – how can I do this for the stings?

    Best regards

    #1304690
    Rupok
    Member

    Hi there,

    Thanks for writing in! Not sure which part you want to change but here goes the all parts individually :

    .x-text-type .prefix {
      color: red;
    }
    
    .x-text-type .text {
      color: blue;
    }
    
    .x-text-type .typed-cursor {
      color: orange;
    }
    
    .x-text-type .suffix {
      color: green;
    }

    Let’s change and add your suitable part that you are trying to amend.

    Cheers!

    #1305917
    aya.solutions
    Participant

    Thanks!

    Super support as always 🙂

    nice day

    #1305926
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1304685 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>