Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x
Author Message
Eduardo
Worker
Worker



Joined: Jul 20, 2004
Posts: 189
Location: Italy

PostPosted: Fri Oct 31, 2014 5:10 am Reply with quote

What to do to change the text size in the title of Messages?


Last edited by Eduardo on Fri Oct 31, 2014 9:05 am; edited 1 time in total 
View user's profile Send private message
neralex
Site Admin



Joined: Aug 22, 2007
Posts: 1774

PostPosted: Fri Oct 31, 2014 6:07 am Reply with quote

Where? admin-area or frontpage?

_________________
Github: RavenNuke 
View user's profile Send private message
Eduardo







PostPosted: Fri Oct 31, 2014 6:17 am Reply with quote

frontpage
 
neralex







PostPosted: Fri Oct 31, 2014 6:34 am Reply with quote

Open mainfile.php and find in function message_box() for 6 times:

php Code:
echo '<div class="text-center"><span class="option thick" style="color: ' . $textcolor2 . ';">' . $title . '</span></div><br />' . "\n";


Change all 6 lines in this function to this one:

php Code:
echo '<div class="text-center"><span class="option thick message_box" style="color: ' . $textcolor2 . ';">' . $title . '</span></div><br />' . "\n";


After that open your style.css of your used theme (themes/Your_Theme/style/style.css) and add this line at the end:

css Code:
.message_box {font-size:20px !important; color:#516A88 !important;}


Now you can use the new css-class .message_box in every theme where you have it added in the style.css. You can change the values for font-size and color as you like it but make sure that the font-size value has everytime px after the number and the color value has everytime the # before the numbers as you can see it in my example.


Last edited by neralex on Wed Nov 19, 2014 1:23 pm; edited 1 time in total 
Eduardo







PostPosted: Fri Oct 31, 2014 9:04 am Reply with quote

Many thanks Neralex, the solution is perfect.

Only the first of six changes to be made as you indicated.

The other five are to be made ​​by avoiding to place the final ";"
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©