Bootstrap Themes
Last Post 07/05/2014 11:58 PM by Richard. 1 Replies.
Author Messages
Richard
Nuke Newbie
Nuke Newbie
Posts:4


--
07/05/2014 11:37 PM
    I have a question about Bootstrap themes. I have been playing around with the Bootstrap tutorials and I feel like I have a pretty good handle on the basics of using Bootstrap to create a skin. I'm ready to start playing around and take it to the next level. I want to add some color, maybe some different typography, etc. I thought the next logical step would be to maybe check out some Bootstrap themes and get a feel for how to modify Bootstrap to add my own flair. I thought I could just swap out my bootstrap.css file with one from a theme, and it works great except it doesn't change the color of the text of the page. The titles of the HTML modules are the correct theme color, but the h1, h2, h3, p, etc are all still the basic black. Everything else seems to update to the theme, background color, navbar, etc.. Using Google's developer tools, I am having trouble finding where the text color is coming from. Shouldn't the theme CSS override anything from DNN itself and update the text color via the theme or am I thinking incorrectly? I'm sure there's something I'm missing, I just don't know what it is. I've tried different themes and all seem to have the same issue. I'd appreciate any help in tracking this down.

    Thanks so much!

    Rick
    Richard
    Nuke Newbie
    Nuke Newbie
    Posts:4


    --
    07/05/2014 11:58 PM
    Ok, I figured out it is getting the "normal" class from DNN itself and that is overriding the theme's text. I'm going to monkey around with that and see what damage I can do.


    ---