ThesisReady Support Forums  

Visit ThesisReady.com


Go Back   ThesisReady Support Forums > General > Tutorial Questions

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 03-29-2010, 03:01 PM
Junior Member
 
Join Date: Mar 2010
Posts: 6
Default Thanks

I added in these liens after reviewing the CSS link:

border-style:solid;
border-width:4px;
border-color: #663700;

It works now in FF. I will check on Safari and chrome later today.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 08-18-2010, 09:44 AM
Junior Member
 
Join Date: Jul 2010
Posts: 2
Default

How do I change the font color of the Alert Box? If I want the alert box to be yellow, the light gray font color is near impossible to read.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 08-18-2010, 03:23 PM
Administrator
 
Join Date: Dec 2009
Posts: 238
Default

Code:
.custom #feature_box h2 {
font-weight: 900;
font-size: 2em;
margin: 0 0 .5em 0;
border-bottom: 1px solid red;
color: #000
}

.custom #feature_box p {
line-height: 1.6em;
font-size: 1.5em;
color: #000;
}
That "color: #000;" in both styles will change the color to black for the headline and paragraph.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 08-19-2010, 01:33 PM
Junior Member
 
Join Date: Jul 2010
Posts: 2
Default

I put that code in the custom.css file, and nothing changed.

My css calls it the alert_box, not the feature_box. Is that the problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 08-19-2010, 01:37 PM
Administrator
 
Join Date: Dec 2009
Posts: 238
Default

Yeah. Make sure your css matches the div id of the alert box.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
alert box, thesis

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:07 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.