CSS Specificity For Text Logo

Support Area Forums Epic CSS Specificity For Text Logo

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://localhost
  • Author
    Posts
  • #22043
    Dare Adelugba
    Participant

    Bill,

    I have tried every way to restyle the text logo but no luck. The last specific rule I tried was div.outside-logo.clearfix div#text-logo{ . . .}. The only thing that changes were the color and weight. Any other style did not work.

    Is there any other CSS specificity to use to style the text logo?

    #22048
    Bill Robbins
    Moderator

    Dare,

    To style the actual text, you’ll want to use this:

    
    #text-logo h1,
    #text-logo p { }
    

    Let me know if you have any trouble.

    Have a great weekend,
    Bill

    #22053
    Dare Adelugba
    Participant

    Thanks Bill. Sorry my question was not clear enough. I meant the header logo text. However, here is what I finally came up with:

    #text-logo p, #text-logo h1, .outside #text-logo h1, .outside #text-logo p{
    }
    

    Thanks for your help and have a blessed weekend,

    #22055
    Bill Robbins
    Moderator

    Thanks Dare. Have enjoy your Labor Day 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS Specificity For Text Logo’ is closed to new replies.