Simple question (hopefully)

Hi, when my users register, they are taken to a page where they can add an avatar, that's all good.

 

I want to be able to EDIT the text, which is displayed on that page so that it is BOLD and RED.  

 

http://www.connectmining.com/m/avatar/&join_text=_EMAIL_CONF_SENT

  

I've been hunting for the HTML where I can edit this text (to be BOLD and RED) but not knowing PHP, I'm a bit lost.

 

Is this as simple as finding an HTML page or is it going to get more complicated for me?

 

Once again, I don't want to edit what words are displayed, I know how to do that.  I want the displayed words to be BOLD and RED.

 

Thanks for your help

Mark

Quote · 4 Feb 2013

common.css  either in the base or in your template

.MsgBox .msgbox_text {
    color#CCCCCC;
    font-size14px;
    font-weightbold;
    padding10px;
    text-aligncenter;
    text-transformuppercase;
}
Geeks, making the world a better place
Quote · 4 Feb 2013

Thanks geek_girl, I'll give it a try

Quote · 6 Feb 2013

Hello again.

 

I gave this a try and it worked fine.

 

However, because I edited the CSS for msgbox_text, every time a msgbox appears anywhere on my site, it's always in my new font, etc.

 

I really wanted to change the text in just the one page:

http://www.connectmining.com/m/avatar/&join_text=_EMAIL_CONF_SENT

 

Is there a way of editing an HTML or PHP page without effecting every other area of the site?

 

Thanks,

Mark

Quote · 6 Feb 2013

Language keys take html so just edit the the language key _EMAIL_CONF_SENT

Change the text from this.

<b>Mail has been successfully sent.</b><br />You will receive it within a minute.

To This.

<font color="#FF0000"><b>Mail has been successfully sent.</b><br />You will receive it within a minute.</font>


https://www.deanbassett.com
Quote · 6 Feb 2013

Deano, that was awesome.

 

Thanks,

Mark

Quote · 7 Feb 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.