Forum Replies Created
-
May have to check w3c, code academy, and maybe even the theme’s support website as I don’t see any percentage when I enter #444 or whatever. What did popup though was:
#content .entry-content h1 { font-size: 32px; }
#content .entry-content h2 { font-size: 28px; }
#content .entry-content h3 { font-size: 24px; }
#content .entry-content h4 { font-size: 20px; }
#content .entry-content h5 { font-size: 16px; }
#content .entry-content h6 { font-size: 12px; }.entry-content blockquote {
display: table;
padding: 20px;
margin: 0 auto;
width: auto;
font-style: italic;
clear: both;
float: none;
position: relative;
font-weight: bold;
}.entry-content blockquote:before {
position: absolute;
left: 0;
top: 0;
content: ‘\e80f’;
font-family: ‘elusive’;
font-size: 1em;
color: rgba(0,0,0,.05);
z-index: 0;
}.entry-content blockquote:after {
position: absolute;
right: 0;
bottom: 0;
content: ‘\e80f’;Does quote box count as the description? If so I should be able to just change the digits to all 0’s (just assuming). The only other time that .entry-content h shows up is when it identifies about tables and there is no color options.
Alright I found it through the Inspect tool of FireFox and because I don’t want to do the derp thing should I open up the .css and search for <div id=item-header-content> and scroll down to <p></p> and in the rules change the color to #000?
Thanks for answering I never really know! I had a question that I asked on BBPress awhile back and they directed me to BuddyPress :P. So never really know haha.