• Resolved waqassaleem378

    (@waqas7431)


    Hi, I am trying to target the first tweet text with CSS. i want to select the 1st tweet text with css and make it bold and bigger in size than the rest of tweets. can you please help me with that.
    many thanks
    Waqas

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey waqas,

    You can try using “first-child”. For example:

    #ctf .ctf-item:first-child {
        background: green;
    }

    Hopefully that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How can i target first tweet text.’ is closed to new replies.