Font color https://bakheva.runboard.com/t16879 Runboard| Font color en-us Fri, 29 Mar 2024 02:24:16 +0000 Fri, 29 Mar 2024 02:24:16 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: Font colorhttps://bakheva.runboard.com/p295312,from=rss#post295312https://bakheva.runboard.com/p295312,from=rss#post295312You're welcome, Autumn. nondisclosed_email@example.com (Lesigner Girl)Thu, 21 Sep 2017 18:44:26 +0000 Re:https://bakheva.runboard.com/p295306,from=rss#post295306https://bakheva.runboard.com/p295306,from=rss#post295306that was Quick! Fabulous guys!! Thanks !!nondisclosed_email@example.com (Autumn77)Wed, 20 Sep 2017 14:08:49 +0000 Re: Font colorhttps://bakheva.runboard.com/p295305,from=rss#post295305https://bakheva.runboard.com/p295305,from=rss#post295305Hi Autumn, You would go to the CSS and look in the /* WRITE MESSAGE TABLE */ area. The code you are looking for is: .ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button, .ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button, .qcode_bar_but {font-family:verdana;border:1px dashed #789AA6;font-size:14px;margin-top:1px; font-family:verdana;font-size:12px;height:20px; background-image: url(http://www.rbbt.net/skins/PR/button/buttonsep.jpg); background-repeat: repeat-x;padding-top:0; padding-bottom:1px;color:#000;} The part I marked in red is the text color (it can be either a 3 digit or 6 digit color code). Since the code I see is for the color black you cannot make it any darker but you could make the text bold like this: .ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button, .ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button, .qcode_bar_but {font-family:verdana;border:1px dashed #789AA6;font-size:14px;margin-top:1px; font-family:verdana;font-size:12px;height:20px; background-image: url(http://www.rbbt.net/skins/PR/button/buttonsep.jpg); background-repeat: repeat-x;padding-top:0; padding-bottom:1px;color:#000;font-weight: bold;}nondisclosed_email@example.com (Pastor Rick)Wed, 20 Sep 2017 13:53:03 +0000 Re: Font colorhttps://bakheva.runboard.com/p295304,from=rss#post295304https://bakheva.runboard.com/p295304,from=rss#post295304Here's the CSS that affects the buttons. The text is already black, so you can add this before the closing } font-weight: bold; .ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button, .ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button, .qcode_bar_but {font-family:verdana;border:1px dashed #789AA6;font-size:14px;margin-top:1px; font-family:verdana;font-size:12px;height:20px; background-image:url(http://www.rbbt.net/skins/PR/button/buttonsep.jpg); background-repeat: repeat-x;padding-top:0; padding-bottom:1px;color:#000;} nondisclosed_email@example.com (Lesigner Girl)Wed, 20 Sep 2017 13:44:30 +0000 Font colorhttps://bakheva.runboard.com/p295303,from=rss#post295303https://bakheva.runboard.com/p295303,from=rss#post295303I would like to change the color (or make bold )The words that are above--posting area:  "Insert Image/Center/Start Quote etc etc. " and the words below: "Preview /Submit " They show up extremely light on my phone- What code am I looking for in order Change those?🙂 On this board ~ http://bfrontporch.runboard.comnondisclosed_email@example.com (Autumn77)Wed, 20 Sep 2017 10:03:33 +0000