Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1147895
    pdopchev
    Participant

    Hi guys,

    Been trying to target a paragraph with an assign class .three-columns to change to color of the text but had no luck.

    This is what I have for code:

    p.three-columns {
    color:#fff;}

    Any ideas?

    link:http://www.enjoycrestedbutte.com/crestedbuttesnowsports/

    #1147907
    Rupok
    Member

    Hi there,

    Thanks for writing in! You have added the class to the column instead of the paragraph. In that case the code would be :

    .three-columns > p {
      color: #fff;
    }

    Hope this helps.

    #1152841
    pdopchev
    Participant

    Hi, maybe I had an additional class assign but it seems like the same class is assign to the paragraph as well. Anyway, this worked for me:

    /* Column Text Color */
    .three-columns {
      color: #FFF9FF;

    Thanks for the help!

    #1152908
    Rupok
    Member

    Glad that it worked. 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-1147895 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>